Support of iOS 5.0 icons with XCode 5

前端 未结 7 825
走了就别回头了
走了就别回头了 2021-02-04 12:06

I\'m using the new asset catalog AppIcon to set the right icons for iOS 5 (in theory), 6 and 7. Unfortunately, when installing the application on my iPad 1 (with iOS 5.1.1), the

7条回答
  •  囚心锁ツ
    2021-02-04 12:34

    You can also disable the asset catalog in the interface:

    1. Select your project in the sidebar (the topmost element in the list)
    2. Go to App Icons, click the Source dropdown field and select "Don't use asset catalogs"
    3. Add your images to the project (drop them into the sidebar, you can create a group for them)
    4. Now you can select your images under App Icons, by clicking the little grey folder icons on the right.

    My guess is that iOS 5 just doesn't support the asset catalog, so you have to make Xcode 5 use the old way.

提交回复
热议问题