I just updated to Mac OS Catalina. One of my projects run on Xcode 10.1 and has third party frameworks(Firebase, Fabric) embedded manually. Now after the update, when. I build the project, I get this error.
“Fabric.framework” can’t be opened because it is from an unidentified developer
This leads to build phase failure eventually.
I have already tried the 'Open Anyway' option from Security Preferences but probably because it is a framework, it does not help.
I just encountered the same error and resolved using below solution.
Let me know if this helps or not!
While Sohil's solution works, I was able to solve the issue by simply removing the quarantine flag from Fabric.framework:
xattr -dr com.apple.quarantine /path/to/Fabric.framework
Credit to Zubair for the original answer here.
Alternatively (I just discovered this on my own), it looks like you can control this more globally via System Preferences > Privacy > Developer Tools. Checking Terminal allowed building via Fastlane to succeed. I’m not sure if this will also allow Archiving via Xcode to succeed or if you’ll need to add Xcode to the list of allowed apps manually.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With