Info.plist "no such file" file error

I tried moving the files in the project folder to another folder, and everything went fine, except that Xcode cannot find my Info.plist file. This is the error I am getting.

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.

Actual file location

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

I checked the build options for the project and read

MyApp/MyApp-Info.plist

I tried to delete the build folder and clean up the project, but always get the same error. I appreciate any help you can offer.

+5
source share
3 answers

Change the MyApp / part settings from the build settings. The plist file is usually located in the same project. You can always open the project file in vi and edit it manually.

+5
source

, , /MyApp , :

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

:

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

URL/PATH, .

+2

.

, , , :

  • , Info.plist
  • Apple LLVM 5.0 - , Prefix.pch
+1

All Articles