-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Supporting cordova-cli@9 or cordova-lib@9 #1034
base: master
Are you sure you want to change the base?
Conversation
Would love for this to be merged. Edit: I've forked it and made the same change in the meantime. |
See arnesson#1033 Taken from arnesson#1034
Would love it too ! |
@sagrawal31 can you get the build passing? |
I’ll try.
On Wed, 3 Apr 2019 at 8:23 AM, Murray Smith ***@***.***> wrote:
@sagrawal31 <https://github.com/sagrawal31> can you get the build passing?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1034 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABuI4jp56Ptjqs8HzN5EH1osIKxk5ENtks5vdBelgaJpZM4cNGkF>
.
--
Thanks,
Shashank Agrawal
Co-Founder & CTO
Wiz Panda Techno Solutions
…--
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful. Please immediately contact the sender if you have received this
message in error. Further, this e-mail may contain viruses and all
reasonable precaution to minimize the risk arising there from is taken by
Wiz Panda. Wiz Panda is not liable for any damage sustained by you as a
result of any virus in this e-mail. All applicable virus checks should be
carried out by you before opening this e-mail or any attachment thereto.
Thank you - Wiz Panda Techno Solutions Private Limited.
|
@mismith I fixed the Travis build. I think, all of them was from before this MR. |
Nice work! @arnesson could this be merged now? |
i tryed your with |
@@ -9,7 +9,8 @@ ADDITIONAL_PLUGIN_1=$4 | |||
ADDITIONAL_PLUGIN_2=$5 | |||
ADDITIONAL_PLUGIN_3=$6 | |||
|
|||
bash ./test/platform-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION |
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.
Is this what made the build pass? If yes, I'll submit a separate PR with this fix, so all the broken PRs would start passing after rebasing.
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.
Not really, all but yes, it did fixed a few test cases. Since the cordova & platform version passed to this script from the parent script are same hence there was no point reinstalling it again so I commented out that. But I would love to see the detailed error when this script was trying to install the same cordova & platform.
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.
I would also love to help you on rebasing PRs & getting them merged which are good to go because I saw various good PRs
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.
how can we go forward ?
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.
@felipeclopes can tell anything
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.
I'm not really sure hot to proceed. It seems that the first step would be to try to fix the test cases that are broken. If you look at the list of PRs to merge, the only ones passing are the ones who removed the tests for older Cordova versions and this one.
Maybe a separate PR just with this fix of the build cold help the other PRs to rebase and get a green status on the build system.
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.
In my thinking, we can start with merging this branch to master then start rebasing other PR with master so most of the PRs will by default pass
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.
@felipeclopes any update? I'll still suggest to move forward with this
Hi, I installed the plugin today (2019-04-15) but the error still happening (Failed to install 'cordova-plugin-firebase': CordovaError: Using "requireCordovaModule" to load non-cordova module "xcode" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.)
Version 2.0.5 was installed by cordova |
@pcova2099 it's not merged that why, if you want to make it work before merge, use this |
I´ve got this error with
|
@pcova2099 you need to run |
See arnesson#1033 Taken from arnesson#1034
+1 |
hello sir, I see this PR along time, can I ask, when this will be merge? |
Is this project dead? |
I am also waiting for this PR to be merged will this happen any time soon? |
…irebase.google.com/support/release-notes/android#update_-_april_05_2019) which removed deprecated API features causing Android build failures. See arnesson#1057 (cherry picked from commit 143f450)
See arnesson#1058 (review) (cherry picked from commit 25c7a50)
…& Fabric dependency management for iOS. This now requires cordova-lib to be minimum 9 and cordova-ios to be minimum 5.0.1. (A few changes taken from dpa99c@9ae6433#diff-91f698c29d714cf5947fe5e7ae01dbaf)
Using CocoaPods for maintaining Firebase dependencies for iOS
Downgrading Fireabse iOS dependency to 5.x to keep running existing code
Fix for ampersand in the app name
JavaScript code improvements & documentation
This is still marked open and I'm still getting the error, assuming this isn't merged yet. Do we know when it will be? Have yet to try the work around. Wanted to know how close the merge was. |
@nascarjake a lot of people have moved to https://github.com/wizpanda/cordova-plugin-firebase-lib or https://github.com/dpa99c/cordova-plugin-firebasex |
As per
cordova-lib@9
, therequireCordovaModule
can only be used to get thecordova-*
dependency. This PR is to support that change.For more info, apache/cordova-lib#706