This repository contains CocoaPod for Fabric (https://fabric.io).
Current versions:
- Fabric.framework v1.2.8
- Crashlytics.framework v3.0.11
- TwitterKit.framework v1.8.1
- TwitterCore.framework v1.8.1
- DigitsKit.framework v1.8.1
- MoPub.framework v3.8.0
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.3.2' # required pod 'Fabric/Crashlytics', '~> 1.3.2' pod 'Fabric/MoPub', '~> 1.3.2' pod 'Fabric/Twitter', '~> 1.3.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 Ensure that modules are enabled in project settings
Known issues
- If you declare a dependency on a subspec but don't
#importa corresponding module for that subspec your project might fail to build. - Using
Fabric/MoPuborFabric/Twittersubpecs result in project failing to build ifuse_frameworks!is set.
