码迷,mamicode.com
首页 > 其他好文 > 详细

Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator

时间:2015-06-13 22:58:28      阅读:1144      评论:0      收藏:0      [点我收藏+]

标签:

关于Xcode7 Beta报错 simulator runtime is not available.

 

Unable to open liblaunch_sim.dylib Try reinstalling Xcode or the simulator runtime.

 

技术分享

 

 

解决办法

一、找到目标文件

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

 

技术分享

二、拷贝到目标地址一和目标地址二。

 

目标地址一

/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib

目标地址二

/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib

 

 

记得备份

技术分享

 

成功运行模拟器

技术分享

 

Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator

标签:

原文地址:http://www.cnblogs.com/songxing10000/p/4574236.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!