XCode 8 Take a screenshot on a device

简介: XCode 8 Take a screenshot on a deviceIf you need a launch image for your app, you can use Xcode to launch an app on a device and capture a screenshot.


XCode 8 Take a screenshot on a device



If you need a launch image for your app, you can use Xcode to launch an app on a device and capture a screenshot.

For iOS and tvOS apps, connect a device to your Mac before you begin.

For watchOS apps, connect an iPhone paired with an Apple Watch.


1、Take a screenshot using the Debug menu

      Choose Debug > View Debugging > Take Screenshot of Active Device.
      The new screenshot appears on the desktop.


2、Take a screenshot using the Devices window

      Open the Devices window (choose Window > Devices).
      In the left column, select your device, and in the detail pane, click the Take Screenshot button.

      The new screenshot appears on the desktop.


When generating your app’s launch images, always capture images from devices with the appropriate screen size and resolution.

For a universal iOS app, this means capturing screenshots both from an iPad and from an iPhone or iPod touch.

If you are submitting your app to the App Store, capture all required screenshots that you upload later to iTunes Connect.


看巴懂的留言,这个估计都能看懂,留个便签,方便查询。


目录
相关文章
|
iOS开发
未解决:configure: error: XCode tool ‘metal‘ neither found in path nor with xcrunchecking for metal...
未解决:configure: error: XCode tool ‘metal‘ neither found in path nor with xcrunchecking for metal...
126 0
|
iOS开发 MacOS
Mac 解决 gyp: No Xcode or CLT version detected! 报错
Mac 解决 gyp: No Xcode or CLT version detected! 报错
236 0
|
开发工具 iOS开发
iOS Xcode11打包失败IPA processing failed
更新到Xcode11后修改了点bug,一直没有打包,今天打包发现失败了,提示IPA processing failed,查看日志:IDEDistribution.standard.log
164 0
|
iOS开发
XCode出现Could not locate device support files的解决办法
XCode出现Could not locate device support files的解决办法
658 0
|
iOS开发
Xcode真机测试could not find developer disk image解决方法
Xcode真机测试could not find developer disk image解决方法
123 0
Xcode真机测试could not find developer disk image解决方法
|
iOS开发
Xcode9 打包App Store Icon(1024xp) WARNING ITMS-90704 -90717 问题解决
Xcode9 打包,上传 iTunes Connet 报错,提示需要在icon添加一张 Marketing 1024x1024 的图标 WARNING ITMS-90704: "Missing Marketing Icon.
2576 0