Reputation: 1359
I have a project that is running fine on one of my computers. When I copy that project to another machine I get the following message "reading data: The file “Info.plist” couldn’t be opened because there is no such file. ". I checked that the file is there. I tried clean then build but nothing happens. I also tried to check the info.plist path by checking project--->build settings---> packaging--->info.plist. I am sure it is correct but it is not working
Upvotes: 0
Views: 1916
Reputation: 100549
It has to be in a specific path not anywhere inside the project , so if your files look like this
drag it inside the folder , and delete the red one that will show inside project hierarchy after the Moving
also a better solution is to copy it outside , then remove the file from the project and finally drag it again with copy checked
//
packaging should look like this
projectName/Info.plist
also follow the error path
Upvotes: 1