Ahmed
Ahmed

Reputation: 1359

can't complie xcode project because missing info.plist

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

Answers (1)

Shehata Gamal
Shehata Gamal

Reputation: 100549

It has to be in a specific path not anywhere inside the project , so if your files look like this

enter image description here

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

enter image description here

also follow the error path

enter image description here

Upvotes: 1

Related Questions