Missing CFBundleIconName in Xcode9 iOS11 app release

后端 未结 21 908
迷失自我
迷失自我 2020-12-02 10:47

I\'m struggling to release a new version of our app using Xcode 9 built with iOS 11 SDK. Archiving and uploading the binary goes well without any issue. The build appears in

21条回答
  •  清歌不尽
    2020-12-02 11:24

    Follow the steps below.

    1. In your Project add new file>>Asset Catlog.
    2. Goto Click on your project in XCODE>>General>>App Icons. See screenshot. This will create AppICon and LaunchImage Specifications automatically inside your Asset after that you can drag and drop your Appstore icon and other icons in it.

    3. Also Add
      CFBundleIconName
      AppIcon
      .

    This entry in your plist file.

    Upload Your Binaries to Itunes.

提交回复
热议问题