通过cocoapods使用没有插件的Crashlytics

Jul*_* B. 5 ios cocoapods crashlytics

是否可以在不安装iOS插件的情况下使用crashlytics和fabric

我发现这个结构pod允许你获得必要的结构框架,但是当我构建我的应用程序时,我收到了这样的消息:

Fabric: This app relies on Fabric. Please sign up for access at https://fabric.io/sign_up,
install Fabric.app then ask a team member to invite you to this app's organization.

If this machine is a build server please remove Fabric.app if present and use xcodebuild so that SchoolSpring.app.dSYM is uploaded.
Command /bin/sh failed with exit code 1
Run Code Online (Sandbox Code Playgroud)

Ste*_*ing 7

Fabric现在支持使用CocoaPods进行安装:http://docs.fabric.io/ios/fabric/cocoapods.html

如果您只是在寻找,Crashlytics可以使用这两个豆荚:

pod 'Fabric'
pod 'Crashlytics'
Run Code Online (Sandbox Code Playgroud)

除了添加以下构建阶段脚本:

${PODS_ROOT}/Fabric/Fabric.framework/run
Run Code Online (Sandbox Code Playgroud)

运行脚本构建阶段