xcode7.1不能运行ios7模拟器问题

xcode7.1不能运行ios7模拟器问题


Xcode7运行ios7模拟器
报错 simulator runtime is not available.
Unable to open liblaunch_sim.dylib Try reinstalling Xcode or the simulator runtime.
更新了新版本的xcode7.1,xcode存在以前下载的ios7模拟器,奈何xcode7运行ios7模拟器不起来,找到了以下办法。

找到路径地址并打开文件夹

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib

再打开目录

/Library/Developer/CoreSimulator/Profiles/Runtimes

看到模拟器文件,点击ios7的 打开包文件,再找到路径

iOS7.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib

把第一个路径中的liblaunch_sim.dylib替换到这个文件夹,替换这个文件。

再次运行ios7模拟器 发现可以打开模拟器,但是不自动启动,也不能断点调试,而且再打开几次还会让xcode卡顿,只能强杀了xcode进程。

而且在重启电脑后,又存在这个报错 simulator runtime is not available.问题,无解。我暂时只为了在ios7上看效果,无奈只能这样做了,有大神要是有解决方案,麻烦告知。

你可能感兴趣的:(ios开发)