How to get the original size of screenshots using iOS Simulator in Xcode 7 when scaling down

后端 未结 3 1772
轻奢々
轻奢々 2020-12-31 04:03

In Xcode 7.1 Simulator, when using ⌘+s to save screenshot to desktop, it saves the actual size of the simulator. For example, iPhone 6 Plus 100% sc

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-31 04:37

    @SamSol's answer may work for earlier versions of Xcode, but the debug window does not appear to be present in Xcode 11+.

    Instead, I followed this suggestion from the Apple Developer forum:

    1. In the Simulator, go to Edit -> Copy Screen (^⌘C)
    2. Open Preview and paste as a new image (⌘N)
    3. Save the resulting image (⌘S)

    The saved output image should have the desired resolution to be included on the Apple App Store.

提交回复
热议问题