Unable to run on simulator with Xcode 9.0

a 夏天 提交于 2019-12-11 05:34:30

问题


I am unable to run on simulator with XCode 9. I am getting this error.

Currently I am using macOS Sierra 10.12.6


回答1:


You mention you took it through airdrop. You must move the xcode.app to applications folder, then do this:

sudo xattr -d com.apple.quarantine /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app

You must make the gatekeeper let your xcode and simulator app to continue on using it without verifying it.



来源:https://stackoverflow.com/questions/46239122/unable-to-run-on-simulator-with-xcode-9-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!