简体   繁体   中英

XCode 6.3.1 Launch Images Source not working with asset catalog

XCode 6.3.1 iOS 8.3 iPhone 5S

I created a new Game Application ( SpriteKit ) in XCode and specified Swift as the language.

  • Added launch image using asset catalog
  • Deleted LaunchScreen.xib from info.plist
  • Changed Launch Images Source in target->general to point to asset catalog

When I launch the app on my phone I get a black screen for a few seconds and then the app shows up.

How do I specify a launch screen in XCode that supports iOS 7 & 8?

1) Check if you have select your App Icon inside your target 在此处输入图片说明

2) Verify you have ALL images in your app icon set. (I'm exclude Watch Icons and Car Play, but if you need it you must add it inside your icon set)

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM