iphone - CFBundleExectuable Error -


can’t install application

the application @ /users/myname/documents/sdk/iphoneapplications/x/build/debug-iphoneos/x.app not specify cfbundleexecutable

i don't know means or how fix it. can help? occurs when trying build device - iphone 3g running 4.1 , using latest sdk allows me build on ios 4.1

this value specified in info.plist file. check target debug configuration , make sure have correct plist file specified.

double-click on target , search packaging section or info.plist.

if plist correct, check content of info.plist make sure have either value either key cfbundleexecutable or key executable file (they same value, can displayed raw or friendly labels).


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -