无法在模拟器中运行应用程序

时间:2015-03-10 11:40:12

标签: xcode macos ios8 ios-simulator osx-yosemite

我从另一台Mac复制了Xcode并粘贴在应用程序文件夹中,但是当我尝试运行我的应用程序时出现此错误:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/dyld_sim is not owned by root

但是,我通过在终端中编写以下代码来解决此错误:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

但由于上面的代码,我遇到了与模拟器相关的另一个错误:

运行时遇到错误 (Domain = com.apple.CoreSimulator.SimError,Code = 146)

任何帮助都将受到高度赞赏。

2 个答案:

答案 0 :(得分:1)

您还没有正确安装Xcode。

答案 1 :(得分:0)

将xcode复制到应用程序文件夹,然后在终端上尝试:

sudo chown root /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/dyld_sim