All Questions
Tagged with google-fabric cocoapods
13
questions
4
votes
3
answers
3k
views
Crashlytics pod is still using UIWebView generating the ITMS-90809: Deprecated API Usage
I recently uploaded an app to TestFlight and I got the following warning from Apple:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs. See ...
0
votes
1
answer
229
views
Build failed for ios after configuring branch.io throwing node_modules/react-native-branch/ios/Branch-SDK/Fabric/Fabric.h: No such file or directory
Excuse me if its a silly mistake but its my first project on mobile-development and react-native. I do have very less knowledge on mobile development environment configuration.
I am trying for ...
305
votes
23
answers
302k
views
The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1
I'm getting this below warning message in my Xcode 10.1.
The iOS Simulator deployment targets are set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1.
...
0
votes
1
answer
164
views
Switch Fabric onboarding from Xcode to CocoaPods (*.xcodeproj to *.xcworkspace)
I recently switched to using CocoaPods for managing dependencies in my iOS apps. So I'm going through all my apps, deleting the frameworks and adding them again via CocoaPods.
I deleted the Fabric ...
4
votes
1
answer
386
views
Crashlytics (3.10.3, CocoaPods) submit segmentation fault: 11
Building on CI (started happening only in the last couple of days, perhaps when the Crashlytics pod was updated... Crashlytics (3.10.3)), I am now getting a segmentation fault when submitting the .ipa ...
4
votes
2
answers
825
views
Where to find the framework of Fabric and Crashlytics for firebase?
I need to download manually the framework of Fabric and Crashlytics for firebase. where I can download it ? on https://firebase.google.com/docs/crashlytics/get-started they offer to use cocoaPods but ...
1
vote
2
answers
1k
views
Shell Script Invocation Error with Fabric
I have installed Fabric and Crashlytics in my application using Cocoapods. I got an error while running the application and error message is given below.
Error :
/project-path/Pods/Fabric/run: ...
1
vote
1
answer
243
views
Pod Update - error 'no such module Fabric' on 1.7.2
I did a pod update today on my Xcode project, and now I'm getting the error 'no such module Fabric' in my App Delegate file.
2
votes
1
answer
855
views
How to address this warning generated by crashlytics / fabric?
Here is what I know/do:
I am importing Fabric via a pod.
The build script for Fabric is the last one
It is set to generate a dsysm
DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all ...
0
votes
1
answer
286
views
macos crashlytics crashing while sending report
i have an issue with my (first) macOS app. A beta Tester gets a crash right on start of the app.
I am a bit puzzled as to why.
I have included the crashlytics framework (Version 3.9.3 (128)). It ...
0
votes
2
answers
1k
views
undefined local variable or method for Pod:Module
I tried to add Fabric pod to my local pod project. By adding
s.dependency “Fabric“
s.dependency “Crashlytics“
But when I did pod install it gave me this error:
Invalid myapp.podspec file: ...
6
votes
2
answers
3k
views
Issue with Crashlytics and Answers kit
I am using Crashlytics in my app for tracking crashes and Answers kit too for custom events. I am integrating the frameworks into my project using pod file. But I am getting a linking error while both ...
2
votes
0
answers
387
views
Cannot import module from another pod
I'm trying to make an analytics provider for Fabric Answers and Firebase for this open-source swift analytics abstraction: https://github.com/nikans/Analytical/ (that's a fork from @Legoless).
The ...