简体   繁体   English

使用CocoaPod安装Fabric时,“此应用程序依赖于Fabric”

[英]“This app relies on Fabric” when Installing fabric with CocoaPod

Fabric: This app relies on Fabric. Fabric:这个应用程序依赖于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. 请通过https://fabric.io/sign_up注册访问,安装Fabric.app然后请团队成员邀请您加入此应用的组织。

I'm trying to install Twitter's Fabric on a different computer than the one I used to register using cocoaPods. 我正在尝试在不同于我以前使用cocoaPods注册的计算机上安装Twitter的Fabric。

http://cocoadocs.org/docsets/Fabric/1.2.3/ 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). 安装Use Fabric Mac应用程序以配置所需的组件(此pod工作所需)。 Remove all frameworks from project which were added by Fabric app. 从Fabric应用程序添加的项目中删除所有框架。 Add pods to Podfile 将pod添加到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. pod'Fabric','〜> 1.2'#必需pod'Fabric / Crashlytics','〜> 1.2'pod'Fabric / MoPub','〜> 1.2'pod'Fabric / Twitter','〜> 1.2'然后运行pod安装。

Change the path in Run Script Build command to: 将Run Script Build命令中的路径更改为:

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

Does anyone has an idea where to download "Fabric Mac app" and why it is needed ? 有没有人知道在哪里下载“Fabric Mac app”以及为什么需要它?

联系Fabric支持:在https://fabric.io/downloads下载“app”并解决了问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM