error: There is no SDK with specified name or path /Users/xxx/Library/SDKs
错误信息: error: There is no SDK with specified name or path /Users/xxxx/Library/SDKs/iphonesimulator3.0.sdk ,具体路径也可能是工程路径之下的 ./Library/SDKs/iphonesimulator3.0.sdk,或提示其他版本的simulator。解决方法如下:
[php]mkdir -p ~/Library/SDKs #须根据错误信息所指目录创建目录, 要创建的目录为: 错误信息中 /iphonesimulator3.x.sdk 前面的目录
从 https://github.com/Caged/httpriot/downloads 下载... iphonesimulator3.0.sdk, SDKs, Xcode错误, Xocde error阅读全文