All Questions
Tagged with google-fabric xcode
48
questions
0
votes
0
answers
1k
views
Framework not found Crashlytics
Since I was using Fabric Crashlytics and it has been deprecated so I want to delete the Pods and change to Firebase Crashlytics. My Podfile looks like:
# Uncomment this line to define a global ...
11
votes
0
answers
2k
views
FirebaseCrashlytics auto upload-symbols problem
I'm trying to implement new FirebaseCrashlytics in my iOS app and having some issues and some things are not clear at all.
As per Upgrade doc in step 3, I have to add following run script:
${...
0
votes
2
answers
2k
views
RCTLog.h file not found error in Xcode, after adding import files in React Native app for Fabric crashlytics logs
I installed Fabric with crashlytics in my React native app. Sometimes it is s a big problem to catch the error even if you have this setup in your app, because crashlytics don't show you the whole ...
1
vote
1
answer
307
views
How to explain the huge difference between Fabric crashes and Xcode crashes?
We have an app live with thousands of daily users. We released a new version in phases, where the current 2% phase is paused.
We use fabric/crashlytics for logging the crashes. The Environment class ...
1
vote
1
answer
52
views
Fabric notified me "STABILITY ALERT" for my iOS app while app is working fine without any crash
I got email from fabric that my iOS app has issue and dropping crash free users but when I am testing, app is working fine without any error or crash even I checked twice XCode logs too.
Here the ...
0
votes
2
answers
908
views
It looks like we are missing dSYMs to process crashes for the versions
I have enabled the project settings of the project and target and set Debug Information Format for both Debug and Release to DWARF with dSYM File.
I have enabled the Bitcode to NO.
But I am getting ...
2
votes
2
answers
1k
views
PhaseScriptExecution failed with a nonzero exit code + Fabric
When I try to build my app it fails with above error.
what would I have to do ?
I appreciate any help :)
the scripts is
"${PODS_ROOT}/Fabric/upload-symbols" -gsp "${PROJECT_DIR}/GoogleService-Info....
1
vote
2
answers
60
views
iPhone disconnected USB connection overnight and there are no system logs
I needed to run a long test to see what's making my app crash. So I set the Mac to not sleep and I ran the app on the iPhone connected via USB overnight. In the morning, I found that the iPhone had ...
0
votes
1
answer
127
views
Unable to build project that includes Fabric on MacOS10.15
I included run script on ./Fabric.framework/run that triggers the below error while build.
“Fabric.framework” can’t be opened because Apple cannot check it for
malicious software.
This ...
4
votes
0
answers
847
views
iOS Fabric (Crashlytics) showing hidden and missing dSYMS on RELEASE build but works on DEBUG build
I'm using Xcode 10.2 (Swift 5) and trying to use Fabric (Crashlytics) to catch crash reports on production releases of my app. When I compile as development/debug build I get the full crash report ...
1
vote
1
answer
3k
views
Create multiple environment with same bundle id using firebase iOS swift?
We are working on fabric for a crash report. We have four environments debug, dev, prod, and staging. So based on the environment we have created the organization in fabric setting and get API key. So ...
0
votes
1
answer
204
views
Provisioning profile shows on Xcode but not on Apple Dev portal
I am having a problem with distributing an app using Fabric. I don't understand what is happening.
On Xcode General tab:
- The name of the team is correct "My Company Name"
- The provisioning ...
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
268
views
Missing dSYMs in 1 version in the last 24 hrs Xcode?
We are adding pod file for fabric and Crashlytics in our project. When I tried to place a crash in my Crashlytics. I am getting this “Missing dSYMs in 1 version in the last 24 hrs ”error. But my ...
0
votes
0
answers
212
views
Crashlytics multiple environments and organisation for iOS app?
In our application, we have four configurations debug, development, staging, and production. We have to create organization and added the app. I have followed this below link :
Fabric Crashlytics ...