-
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
firebase.configure crash in second target in workspace #4776
Comments
This comment has been minimized.
This comment has been minimized.
Thanks for reporting this issue, @MohmmadSawalha-ios. Have you tried to update your Cocoapods? You may also check out this post which might help you to fix the issue. |
Hey @rizafran thanks for replying, yes i did actually follow every step with no result, i even changed the project on firebase console made separated one same issue . |
I also deleted the app multiple times, clean build, changed devices that i test on .. same issue. |
@MohmmadSawalha-ios The issue looks very similar to #4711 because you also experience a crash with I would start from verifying |
It is i've seen that thread |
@maksymmalyhin |
Thanks for sharing your findings, @MohmmadSawalha-ios. Is it possible for you to share a simplified project that I can run locally? This way, it would be great for us to debug the issue. If not possible, you could reproduce it with one of our quickstart samples here and share it to us to identify if it's project specific or not. |
Hey @MohmmadSawalha-ios. We need more information to resolve this issue but there hasn't been an update in 7 days. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @MohmmadSawalha-ios if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
I have same problem ,too My first target is fine , But the second target will crash , when load googlePlist I was use firebase version 6.14.0, second target was fine, but after I update to 6.17.0, btw, I use auth、 storage 、 analytics、 dynamicLink、 message, etc after I install 6.14.0, I fount pod remove this two library: I',m not sure this problem is. |
[REQUIRED] Step 1: Describe your environment
CocoaPods | Carthage | Zip file
(CocoaPod)pod 'FirebaseInstanceID' pod 'Firebase/Analytics' pod 'Firebase/Messaging'
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
I have two targets in the workspace, one of my targets that i implemented firebase in first works fine, the crashes giving this log
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[FIRInstanceIDCheckinPreferences preferencesFromKeychainContents:]: unrecognized selector sent to class 0x10f525108'
Inside this function :
(FIRInstanceIDCheckinPreferences *)cachedCheckinPreferences
This file:
FIRInstanceIDCheckinStore.m
The text was updated successfully, but these errors were encountered: