Crashlytics和XCode 6.3 - 无法找到' codesign'通过xcrun的工具

时间:2015-04-16 17:09:30

标签: xcode xcode6 crashlytics

我的应用存档已成功创建,但Crashlytics无法将其上传以进行测试,并提供以下消息:

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.

安装了命令行工具。 XCode-> Preferences-> Locations指向XCode 6.3工具。

xcode-select -p显示/Applications/Xcode-6.3.app/Contents/Developer,这是一个有效的开发者目录。

有什么想法吗? Crashlytics家伙,你在外面吗?

1 个答案:

答案 0 :(得分:7)

只需从termimal运行sudo xcrun --find codesign并接受许可即可。