xcode cannot find the software image to install this version

后端 未结 5 1765
误落风尘
误落风尘 2020-12-15 22:58

I\'m new to xCode development and struggling my way through the provisioning system trying to run a Hello World app on a real device. I went through al steps and everything

5条回答
  •  借酒劲吻你
    2020-12-15 23:19

    Xcode 4.2 only builds armv7 targets by default. (Iphone 3G running IOS 4.2.1 is armv6) Add armv6 build targets by following these excellent instructions from Nick "Warning: iPhone apps should include an armv6 architecture" even with build config set

提交回复
热议问题