-
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
Crashlytics resolve symbol collisions with old SDK #4753
Conversation
SymbolCollisionTest/Podfile
Outdated
@@ -12,7 +12,7 @@ target 'SymbolCollisionTest' do | |||
pod 'FirebaseAnalytics' | |||
pod 'FirebaseAuth', :path => '../' | |||
pod 'FirebaseCore', :path => '../' | |||
# pod 'FirebaseCrashlytics', :path => '../' #4746 | |||
pod 'FirebaseCrashlytics', :path => '../' #4746 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete issue number comment.
Note the SymbolCollisionTest only runs on the travis cron. To test locally in a PR, see https://github.com/firebase/firebase-ios-sdk/tree/master/SymbolCollisionTest#run-locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old and New SDK are not compatible in the same app, but symbol collisions are not a great way to discover that. Going to add a warning when both SDKs are included.