Reputation: 1632
How can I fix the error mentioned above? I've tried nearly everything but nothing works. Also the Copy Bundle Resources folder contains the file. I've no idea what is wrong.
Upvotes: 1
Views: 3615
Reputation: 431
I had a similar issue and here is how I solved it:
Note: I wasn't using that file, so was not necessary for me.
On Xcode, go to your project on 'Navigator' (the first item on your left file-tree), and then go to 'Build Phases' tag.
Once there, open 'Copy Bundle Resources' and look for an item called "LaunchScreen.storyboard" (like the file that is missing). You only have to delete that registry and everything will work fine now.
I hope this will be helpful to you :)
Upvotes: 9