My app archive is created successfully, but Crashlytics fails to upload it for testing, and provides the following messages:
Unable to find 'codesign' tool via xcrun
Make sure that command line developer tools are installed and that `xcode-select`
is pointing to a valid developer directory.
Command line tools are installed. XCode->Preferences->Locations is pointing to XCode 6.3 tools.
xcode-select -p
displays /Applications/Xcode-6.3.app/Contents/Developer
, which is a valid developer directory.
Any ideas? Crashlytics guys, are you out there?