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

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

    In my case the problem was solved by removing the reference to Images.xcassets and then add it to the project again.

    I'm not sure what caused the problem, but it may have something to do with the fact that I moved the assets "file" from one Xcode group to another, which would be weird as the file's path remained the same, but that was also the only thing I did with the file...

提交回复
热议问题