Reputation: 1695
Hi I am developing iOS application using XCode 6.1. When i am trying to set launch image it giving error like below.
Asset Catalog compiler error.
None of the input catalogs contained a matching launch image set named "LaunchImage".
I searched for this problem i am unable to find exact solution.
Someone help in this issue.
Thanks in Advance.
Upvotes: 2
Views: 1207
Reputation: 2649
To add a new set of launch images:
AppIcon
, LaunchImage
, etc. are), right clickNew Launch Image
Launch Images Source
from your Target's settings.Remember to set your launch images source by viewing your target and clicking on the 'General' tab, then scrolling down.
Upvotes: 3