ios – CSYMGenerator无法打开XCode项目运行

前端之家收集整理的这篇文章主要介绍了ios – CSYMGenerator无法打开XCode项目运行前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有

CSYMGenerator cannot be Opened because of a problem

运行我的项目时的消息.

enter image description here

操作系统:High Sierra v10.13

XCode:9.0

Termination Reason: DYLD,[0x1] Library missing

Application Specific Information: dyld: launch,loading dependent
libraries

Dyld Error Message: Library not loaded:
@rpath/CrashlyticsLanguageSupport.framework/Versions/A/CrashlyticsLanguageSupport
Referenced from:
/Applications/Fabric.app/Contents/XPCServices/CSYMGenerator.xpc/Contents/MacOS/CSYMGenerator
Reason: image not found

Crashlytics版本3.8.3(120)

面料版本2.6.14(1285)

解决方法

我刚刚删除了Fabric应用程序,这个错误就消失了.

根据here 07,0在Google谷歌Crashlytics上工作的帖子,Fabric应用程序多年来一直没有使用过.

猜你在找的Xcode相关文章