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!