Xcode 4.2 can't debug iOS 4.2.1 (8C148)

后端 未结 2 546
旧巷少年郎
旧巷少年郎 2021-01-05 06:23

I recently updated to Xcode 4.2. I also updated my new iPad 2 and iPod (latest generation) to iOS 5. I build my app and can debug them no problem.

My older iPod runn

相关标签:
2条回答
  • 2021-01-05 06:55

    I had the same problem, but I solved it. The cause unsuported architecture (by default Xcode4.2 uses standard arch= armv7 ) -> add armv6

    0 讨论(0)
  • 2021-01-05 06:57

    In addition to adding the armv6 architecture, I had to remove the armv7 entry from my apps info.plist "Required Device Capabilities" entry.

    0 讨论(0)
提交回复
热议问题