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

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

    Go to BuildSettings, see Code Signing... under Code Signing Identity, change all entitlements to "Don't Code Sign".

    Hope it helps.

提交回复
热议问题