I\'m trying to create an ad-hoc build of an iPhone app for beta testing.
On their end, they\'re seeing an error like the following:
\"The info.plist for appl
This is a know issue of SDK:
Changing an iPhone Executable's working directory from “Build Products directory” may cause the application not to install properly with the error message “The Info.plist for application at (null) specifies a CFBundleExecutable of (null), which does not exist.”
as you can see here: http://developer.apple.com/iphone/library/releasenotes/General/RN-iPhoneSDK-3/index.html
For me, it worked to change the working directory. I created the problem deleting by hand the build directory.