Home > Mobile >  error: Build input file cannot be found: LaunchScreen.storyboard and Main.storyboard in Xcode
error: Build input file cannot be found: LaunchScreen.storyboard and Main.storyboard in Xcode

Time:01-20

I opened this project for the first time in my Mac and when I try to build it, it gives me these tow errors you can see in the screenshots. I have these file already in the project, I think I only need to set the path for them. what do you do when you open a project for the first time in you machine? a screen shot for the errors

CodePudding user response:

I think maybe you have deleted the file LaunchScreen.storyboard. Once check your files.

CodePudding user response:

The build was successful after I did the fowling: 1- remove the tow files(LaunchScreen.storyboard and Main.storyboard)and add them again, this is post where I got the solution from https://github.com/react-native-community/upgrade-support/issues/99

2- rename the new files and delete .xml at the end

3- select the LaunchScreen as the Main interface https://i.stack.imgur.com/65P0S.png

  •  Tags:  
  • Related