Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Info.plist file "no such file" error

Tags:

xcode

ios

iphone

I have tried to move the files in my project folder to a different folder and everything went ok, except that Xcode cannot find my Info.plist file now. This is the error I get.

could not read data from '/Users/jamiefraser/Developer/CocoaTouch Apps/MyApp/MyApp/MyApp/MyApp-Info.plist': The file “MyApp-Info.plist” couldn’t be opened because there is no such file.

The actual files location is

'/Users/jamiefraser/Developer/CocoaTouch Apps/MyApp/MyApp/MyApp-Info.plist'

I have checked the build settings for the project and they read

MyApp/MyApp-Info.plist

I have tried deleting the build folder and cleaning the project, but I always get this same error. I appreciate any help you can offer

like image 407
Jamie Avatar asked Sep 10 '11 17:09

Jamie


1 Answers

Remove MyApp/ portion from build settings. plist file usually is located in the same folder ad project. You can always open project file in vi and edit it manually.

like image 188
sha Avatar answered Oct 03 '22 10:10

sha