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

前端 未结 10 2163
独厮守ぢ
独厮守ぢ 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:53

    This generally happens when you have accidentally deleted Assets.xcassets. You need to follow the below steps.

    1. Right click on Assets.xcassets and select Show File Inspector.
    2. Check if the desired target has been checked under Target Membership.
    3. If its unchecked, Please select the target for which you need the Assets to be used.
    4. Clean and Build the App.

提交回复
热议问题