No provisioned iOS devices are available with a compatible iOS version

前端 未结 16 1167
面向向阳花
面向向阳花 2020-12-08 02:06

I\'m trying to test my app on an iPhone 3G, however I\'m getting this error:

No provisioned iOS devices are available with a compatible iOS version. Connect an iOS d

16条回答
  •  执念已碎
    2020-12-08 03:05

    I finally found a solution to this.

    If anyone else has this problem then it might be useful to know that Xcode now creates applications for ARM7 by default.

    To support the iPhone 3G and other arm6 devices, you need to specify arm6 and arm7 in in the Architectures list, and set the device requirements to only arm6 in the plist.

提交回复
热议问题