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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -