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.
Jamie source
share