Fabric Xcode 6.3 codeign xcode-select release

I am trying to load an issue in Fabric, and I am getting errors as follows. I am using Xcode 6.3 (recently updated).

  • Xcode: 6.3
  • Fabric: 1.1.3
  • OSX: 10.10.3

An Error from Fabric tool

  • What should I do to resolve the above error and continue downloading the release using the fabric tool?

  • Is there any other way to load binary files into fabric?

+43
ios xcode release ota fabric-twitter
Apr 10 '15 at 10:35
source share
3 answers

Mike from Cloth.

1) To clear this error from Fabric.app: Quit Fabric.app, 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.crashlytics , rm -rf ~/Library/Caches/com.crashlytics.data and rm -rf ~/Library/Caches/com.crashlytics.run ) Then reload Fabric.app and you're done!

2) For distribution outside Fabric.app, use one of the methods mentioned here.

+139
Apr 13 '15 at 13:56 on
source share

If you have several versions of Xcode installed on your system, you may need to install command-line tools for the version of Xcode you are trying to build with.

Go to "Location" in the Xcode settings (select "Xcode" in the menu bar, then "Settings ...", then "Locations"). From the Command Line Tools drop-down list: select the version of Xcode you are using, and then try to build.

+1
Apr 18 '17 at 17:09 on
source share

I had this problem because I have 4 versions of Xcode on my mac and none of them are called simply β€œXcode”. So, I changed the name of the desired version from Xcode8.1 to Xcode .

This part may not apply to most people: if you use the xcode-select tool (you should if you have several versions of xcode on your computer), you need to make sure that xcode-select points to the correct version with the correct name.

0
Nov 04 '16 at 19:59
source share



All Articles