-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on FPRNetworkTrace release #6713
Comments
|
|
@berinhardt Can you provide also the information about different threads during the time of crash? |
|
Closing now that the fix is staged for next week's 7.0.0 release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Step 0: Are you in the right place?
file a Github issue.
with the
firebase
tag.google group.
of the above categories, reach out to
Firebase Support.
this repository, please delete this section.
[REQUIRED] Step 1: Describe your environment
CocoaPods
[REQUIRED] Step 2: Describe the problem
I've just updated Firebase Performance from 3.3.0 => 3.3.1 on iOS and my project is now crashing due to an exception while releasing a FPRNetorkTrace:
Podfile:
Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'ClienteIOS' do
Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
Pods for ClienteIOS
pod 'GoogleMobileAdsMediationTestSuite'
#pod 'FBAudienceNetwork'
pod 'GoogleMobileAdsMediationFacebook'
pod 'Socket.IO-Client-Swift', :path=>'~/sio/'
#Pods for Facebook
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'Bolts'
#Pods Firebase
pod 'Firebase/AdMob'
pod 'Firebase/Analytics'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Performance'
pod 'Firebase/InAppMessaging'
pod 'FirebaseCrashlytics'
end
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Onone';
end
end
Steps to reproduce:
It crashes shortly after finishing the first http request of the app (shortly meaning next dispatch, or something like that).
The text was updated successfully, but these errors were encountered: