I get an error “None of the input catalogs contained a matching launch image” in xCode5-iOS7

前端 未结 10 2030
独厮守ぢ
独厮守ぢ 2020-12-23 23:52

I\'m trying to define launch images. Probably only one image is missing.

I\'m following the instructions from this site Create launch images in different sizes for d

相关标签:
10条回答
  • 2020-12-24 00:33

    Select project file and then select target in question. In General tab there is in app icons and launch images launch image source should be "Use assets category" enter image description here

    0 讨论(0)
  • 2020-12-24 00:36

    Select your project, go to Build Settings, search for AppIcon-2 and change it into AppIcon and you will be fine.

    enter image description here

    0 讨论(0)
  • 2020-12-24 00:36

    I could solve this by going to Build Settings of my target, searching for word "launch", then removing (using Backspace) "Asset Catalog Launch Image Set Name", that was set to LaunchImage.

    0 讨论(0)
  • 2020-12-24 00:39

    We had our Asset Catalog Launch Image Set Name set in our project target. After removing this from the target and instead setting it in our project it compiled fine.

    0 讨论(0)
  • 2020-12-24 00:43

    My LaunchImage file had been deleted and I had to add a new one in my xcassets.

    Go to your images.xcassets. If there is no LaunchImage listed on the left, click the plus button at the bottom and navigate to new iOS launch image.

    0 讨论(0)
  • 2020-12-24 00:48

    The Launch Image asset has been deprecated. I deleted the Launch Image asset but then I was getting compilation error.

    In order to fix the error, the Launch Image asset catalog name has to be removed from Build Settings.

    0 讨论(0)
提交回复
热议问题