Xcode only lets me run for an iOS device (no simulator)

前端 未结 19 998
一个人的身影
一个人的身影 2021-01-31 07:08

I just cloned a project into Xcode and am trying to run it in the simulator. However, my only option is iOS Device. This is unique to this project only and I don\'t know how to

19条回答
  •  轮回少年
    2021-01-31 07:40

    The problem for me happened when I downloaded a project from someone else and their deployment target was like 10.2 and my Xcode wasn't fully updated so it only supported til 10.0.

    Solution was :

    Click on project >> General >> Deployment Info >> Deployment Target

    From there just change it from a grayed out number to a number that it's not.

提交回复
热议问题