mafioso
mafioso

Reputation: 1632

Interface Builder could not open the document launchscreen.storyboard because it does not exist

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

Answers (1)

Jorge Sánchez
Jorge Sánchez

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.

Error snapshot

On Xcode, go to your project on 'Navigator' (the first item on your left file-tree), and then go to 'Build Phases' tag.

'Build Phases' option

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

Related Questions