I switched to Xcode 4 and loaded my project, which worked perfectly in Xcode 3. When I run it, I get an error that says:
The file “Info.plist” couldn’
For me the issue was that the error was referring to the Info.plist from a library I was using, not the actual .plist file from the project.
Info.plist
.plist
Maybe this will help someone in the future.