-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
Issue - headerValue() is unavailable in Swift: Use asyncHeaderValue() async ->String? instead. #898
Comments
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
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. |
this works for me and build success
solution
|
Bug report
CHECKLIST
[ *] I have read the issue reporting guidelines
[*] I confirm this is a suspected bug or issue that will affect other users
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
16.0
Related code:
Other information:
It seems to be happening on react-native and flutter firebase plugin? invertase/react-native-firebase#8073
The text was updated successfully, but these errors were encountered: