Take screenshot in iPhone Simulator in Xcode 9

Rohitax Rajguru picture Rohitax Rajguru · Oct 13, 2017 · Viewed 23.7k times · Source

How can I take screenshot of size 1242 x 2208 (required for App Store) from iPhone 8 Plus simulator in Xcode 9.0? I can't resize the simulator like we did in earlier versions of Xcode. Is there any way to do it?

Answer

arunjos007 picture arunjos007 · Nov 7, 2017

I have met the similar problem and here is the solution. Uncheck "Optimize Rendering for Window Scale" option from "Debug" menu. Then take your screenshot(Cmnd + S) with zoom. Now it will be in size 1242 x 2208

enter image description here