forked from arnesson/cordova-plugin-firebase
-
-
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
Platform Add Failed on iOS project #908
Comments
Delagen
pushed a commit
to Delagen/cordova-plugin-firebasex
that referenced
this issue
Nov 18, 2024
13 tasks
Delagen
pushed a commit
to Delagen/cordova-plugin-firebasex
that referenced
this issue
Nov 18, 2024
Created PR |
dpa99c
added a commit
that referenced
this issue
Nov 18, 2024
(cordova): fix invalid cordova hook interface use, fix #908
Thanks, I have merged it. |
Fix published in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
No errors
Steps to reproduce:
Screenshots
Environment information
cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport"
cordova-plugin-advanced-http 3.3.1 "Advanced HTTP plugin"
cordova-plugin-androidx-adapter 1.1.3 "cordova-plugin-androidx-adapter"
cordova-plugin-browser 1.0.0 "BrowserPlugin"
cordova-plugin-customurlscheme 5.0.2 "Custom URL scheme"
cordova-plugin-device 3.0.0 "Device"
cordova-plugin-dialogs 2.0.2 "Notification"
cordova-plugin-file 8.1.2 "File"
cordova-plugin-firebasex 18.0.2 "Google Firebase Plugin"
cordova-plugin-inappbrowser 6.0.0 "InAppBrowser"
cordova-plugin-localization-strings 5.0.5 "Localization"
cordova-plugin-qrscanner 3.0.1 "QRScanner"
cordova-plugin-screen-orientation 3.0.4 "Screen Orientation"
cordova-plugin-statusbar 4.0.0 "StatusBar"
iOS build issue:
Other information:
Seems https://github.com/dpa99c/cordova-plugin-firebasex/blob/master/scripts/lib/utilities.js#L69 should be corrected as
if(_context.opts.**cordova**.platforms.indexOf('ios') !== -1){
The text was updated successfully, but these errors were encountered: