Can't run app on iPhone 4.2.1 with Xcode 4.3.1 and IOS

前端 未结 2 474
生来不讨喜
生来不讨喜 2021-01-22 02:44

I hope someone can help :) It\'s been troubling me for a while, this one.

I\'m running Xcode 4.3.1 with base SDK iOS 5.1. iPhone version is 4.2.1, an old 3S model I beli

相关标签:
2条回答
  • 2021-01-22 03:37

    You need to add armv7 and armv6 architectures both to the Architectures and you need to do this as armv6 is architecture supported by devices older than iPhone 3GS and hence if you need to compile or give support to devices prior than iPhone 3GS, you need to add armv6 to your architectures as shown below:

    enter image description here

    Hope this helps.

    0 讨论(0)
  • 2021-01-22 03:46

    Got the solution... :)

    Build it for armv6 too.

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