Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

I'm trying to install Twitter's Fabric on a different computer than the one I used to register using 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

Does anyone has an idea where to download "Fabric Mac app" and why it is needed ?

like image 647
franck Avatar asked May 03 '15 18:05

franck


1 Answers

Contacted Fabric support: Downloaded the "app" here https://fabric.io/downloads and it fixed the problem.

like image 169
franck Avatar answered Sep 28 '22 16:09

franck