Fabric release Xcode 6.3 codesign xcode-select Fabric release Xcode 6.3 codesign xcode-select ios ios

Fabric release Xcode 6.3 codesign xcode-select


Mike from Fabric here.

1) To clear that error from Fabric.app: Quit Fabric.app, then run this command to clear the local cache:

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

You may also need to clear:

rm -rf ~/Library/Caches/com.crashlyticsrm -rf ~/Library/Caches/com.crashlytics.datarm -rf ~/Library/Caches/com.crashlytics.run

Then restart Fabric.app and you'll be all set!

2) To distribute outside of Fabric.app, use either method mentioned here.


If you have multiple versions of Xcode installed on your system you may need to ensure the command line tools are set for the version of Xcode you're attempting to build from.

Navigate to "Locations" in Xcode preferences (select Xcode from the menu bar, then "Preferences..." then "Locations"). In the drop down next to "Command Line Tools:" select the version of Xcode you're using and then attempt a build.


I had this problem because I have 4 versions of Xcode on my mac, and none of them are named simply 'Xcode'. So, I changed the desired version name from Xcode8.1 back to Xcode.

This part might not apply to most people: If you're using the xcode-select tool (you should if you have multiple versions of xcode on your computer) then you need to make sure xcode-select is pointing to the correct version with the correct name.