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

前端 未结 19 1080
一个人的身影
一个人的身影 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:46

    Under Build Settings, verify that you have selected a valid SDK under iOS Deployment Target. Mine was set to 7.1 (which appeared in a different seciton in the dropdown) which wasn't installed. Selecting 7.0 (or obviously downloading 7.1) does the trick.

提交回复
热议问题