Before you say that this is a minor problem and was discussed a million times here and on other forums. I want to say that I went through all of them and tried to implement each of there solution but with no luck. I either miss some very small detail or there is something wrong with my project in general. Hope you might help.
The problem: After I've changed the location of "Info.plist" my project shows black screen.
Or I get following errors:
Now try to run your project. I hope it fixes your problem.
Note: Also check the path of your info.plist file
Copy the path by selecting info.plist file
-> Goto File Inspector
-> Location:
select Relative to project
-> And copy that path
Now go to your Bundle settings
-> Open Build Settings
-> In Packaging
edit Info.plist File
-> And paste the path which you copied earlier.
CodePudding user response:
Have you tried deleting the Derived Data
already created and then Clean build (CMD Shift K)
?