fabric - dsym upload error

I'm trying to upload dSYM file of my app reading it from the .xcarchive bundle by the Fabric cli command:

upload-symbols -p ios -gsp GoogleService-Info.plist

But unfortunately I always get this error:


Error Domain=com.crashlytics.mac.error-domain.process-dsym Code=4 "This version of OSX is not able to perform the necessary dSYM transformations." UserInfo={NSLocalizedFailureReason=This version of OSX is not able to perform the necessary dSYM transformations.}


upload-symbols version is: 1.5.0 build 11. MacBook Pro 2019 with macOS Mojave 10.14.6 - 32 GB.


Is anybody experiencing the same issue ?

I am facing exactly same issue on catalina, while building an archive in xcode.



[31merror: could not complete submission of dSYM at /Users/rakeshmaddala/Library/Developer/Xcode/DerivedData/HealthCareApp-anzzpdcvnrgwhrbilebppbhsuaqe/Build/Products/Debug-iphonesimulator/HealthCareApp.app.dSYM:
Error Domain=com.crashlytics.mac.error-domain.process-dsym Code=4
"This version of OSX is not able to perform the necessary dSYM transformations"
UserInfo={NSLocalizedFailureReason=This version of OSX is not able to perform the necessary dSYM transformations.}
[0m
Command /bin/sh failed with exit code 8

Everything was working fine until i updated to Catalina yesterday.

Facing the same issue.


Error Domain=com.crashlytics.mac.error-domain.process-dsym Code=4 "This version of OSX is not able to perform the necessary dSYM transformations." UserInfo={NSLocalizedFailureReason=This version of OSX is not able to perform the necessary dSYM transformations.}

We have a CI system with 3 iOS build nodes. Before we upgraded from Mojave to Catalina, all were building our app successfully.


Then...


The two 2014 model Mac Minis had the error described.

The old Mac Pro was able to build successfully.


Weird enough that, but then I upgraded the Fabric SDK version, as recommended elsewhere. The Crashlytic SDK was already up-to-date. That fixed one of the Minis, but the other continues to fail.


Any other suggestions as to how to proceed?

fabric - dsym upload error
 
 
Q