XCode 4 says “finished running ” on the targeted device ― Nothing happens

 http://stackoverflow.com/questions/5292286/xcode-4-says-finished-running-my-app-on-the-targeted-device-nothing-happe

 

真机调试提示:finished running <app name> on iPhone,控制台也没输出报错信息。出现这种情况多半是在高版本xcode下调试老的iOS设备(如iPhone 3G)。

新版xcode创建项目时,默认只支持armv7架构的设备。

 

ARMv7 = iPhone 3GS/4, iPod 3G, iPad

ARMv6 = iPhone 2G/3G, iPod 1G/2G

如果需要在老设备中调试,可以这样解决:

 

  1. 删除"info.plist"中"Required device capabilities"下的"armv7"项目
  2. 在"Build Settings"中"Architectures"下添加一项"armv6"

你可能感兴趣的:(职场,running,休闲)