"This app relies on Fabric" 使用 CocoaPod 安装结构时

"This app relies on Fabric" when Installing fabric with CocoaPod

Fabric:此应用依赖于 Fabric。请在 https://fabric.io/sign_up 注册访问权限, 安装 Fabric.app 然后请团队成员邀请您加入此应用的组织。

我正在尝试将 Twitter 的 Fabric 安装在与我过去使用 cocoaPods 注册的计算机不同的计算机上。

http://cocoadocs.org/docsets/Fabric/1.2.3/

Installing Use Fabric Mac app to configure the components you need (required for this pod to work). Remove all frameworks from project which were added by Fabric app. Add pods to Podfile

pod 'Fabric', '~> 1.2' # required pod 'Fabric/Crashlytics', '~> 1.2' pod 'Fabric/MoPub', '~> 1.2' pod 'Fabric/Twitter', '~> 1.2' Then run pod install.

Change the path in Run Script Build command to:

./Pods/Fabric/Fabric.framework/run YOUR_API_KEY YOUR_BUILD_SECRET

有谁知道在哪里下载 "Fabric Mac app" 以及为什么需要它?

联系结构支持: 在此处 https://fabric.io/downloads 下载 "app" 并解决了问题。