Open Jason-NIU opened 1 week ago
The firebase-ios-sdk team asserts that they have reverted the problematic change in Pod FirebaseCoreExtension in freshly released version 11.4.1, if you pod repo update and remove your Podfile.lock then pod install again...things might work for you?
Workaround solution with https://www.npmjs.com/package/patch-package
1 add to plugin.xml
<pods use-frameworks="true">
...
<pod name="FirebaseABTesting" spec="11.2.0"/>
<pod name="FirebaseCoreInternal" spec="11.2.0"/>
<pod name="FirebaseAuthInterop" spec="11.2.0"/>
<pod name="FirebaseAppCheckInterop" spec="11.2.0"/>
<pod name="FirebaseMessagingInterop" spec="11.2.0"/>
<pod name="FirebaseCoreExtension" spec="11.2.0"/>
<pod name="FirebaseSessions" spec="11.2.0"/>
<pod name="FirebaseSharedSwift" spec="11.2.0"/>
<pod name="FirebaseRemoteConfigInterop" spec="11.2.0"/>
....
2 Add In package.json "scripts": {
3 Create patch
npx patch-package cordova-plugin-firebasex
Thanks guys, much appreciated. I think pod repo update has fixed it for me. It suddenly stopped working few days ago. All good now. Thank you all for the response and support.
Bug report
CHECKLIST
[ *] I have read the issue reporting guidelines
[*] I confirm this is a suspected bug or issue that will affect other users
[* ] I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
[* ] I have read the documentation thoroughly and it does not help solve my issue.
[ *] I have checked that no similar issues (open or closed) already exist.
Current behavior:
Expected behavior:
I don’t see the issue in previous version Steps to reproduce:
Screenshots
Environment information
cordova platform ls
iOS build issue:
node -v
Other information: It seems to be happening on react-native and flutter firebase plugin? https://github.com/invertase/react-native-firebase/issues/8073