No provisioned iOS devices are available with a compatible iOS version

前端 未结 16 1159
面向向阳花
面向向阳花 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 02:57

    Not sure, i understand your settings right. But, the rules are:

    • Base SDK Version >= Development device iOS version
    • Deployment Target version = Lowest iOS version to be supported.

    Hence, i guess, setting base SDK version equal or above 4.2.1 might help.

提交回复
热议问题