¡@

Home 

2014/10/15 ¤U¤È 10:11:37

iphone Programming Glossary: myapppro

Multiple Targets in Xcode: “Failed to launch simulated application: Unknown error.”

http://stackoverflow.com/questions/717453/multiple-targets-in-xcode-failed-to-launch-simulated-application-unknown-erro

application is working as expected Select Project New Target... from menu and pick Cocoa Touch Application named MyAppPro Edit new target settings add GCC_PREPROCESSOR_DEFINITIONS user defined setting and set the value to MYAPP_PRO no quotes.. add GCC_PREPROCESSOR_DEFINITIONS user defined setting and set the value to MYAPP_PRO no quotes Set active target to MyAppPro build and run. Failed to launch simulated application Unknown error. Copy all settings from Info.plist to MyAppPro Info.plist.. to MyAppPro build and run. Failed to launch simulated application Unknown error. Copy all settings from Info.plist to MyAppPro Info.plist and try again Failed to launch simulated application Unknown error. The build completes just fine but I'm unable..