Why am I seeing “This application does not support this device's CPU type”?

后端 未结 4 1046
情话喂你
情话喂你 2020-12-17 09:52

When trying to build and install an application on an iPod running iOS 4.2.1, I\'m seeing the error

This application does not support this device\'s C

4条回答
  •  感情败类
    2020-12-17 10:20

    From the project build settings -> Architectures, make sure you have both armv6 and armv7 values.

    Also, you can check your Info.plist file, under Required device capabilities. If there's armv7 there, remove it.

提交回复
热议问题