CSYMGenerator Can't Open XCode Project Run

Viewed 466

I got

CSYMGenerator cannot be Opened because of a problem

message while running my project.

enter image description here

OS: 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 Version 3.8.3 (120)

Fabric Version 2.6.14 (1285)

2 Answers

I just ran into the same problem. To get it to work I ran

rm -rf ~/Library/Caches/com.crashlytics.mac

AND I deleted the Fabric app off my computer.

This is not an ideal workaround, but at least I can build and run my app now. This is definitely not ideal, but the issue went away. I was using XCode 8.2.1 on the latest High Sierra.

Related