Skip to content
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

Remove/rename/reevaluate CORDOVA environment variables #2

Open
janpio opened this issue Oct 9, 2017 · 1 comment
Open

Remove/rename/reevaluate CORDOVA environment variables #2

janpio opened this issue Oct 9, 2017 · 1 comment
Labels
Milestone

Comments

@janpio
Copy link
Collaborator

janpio commented Oct 9, 2017

This would maybe clash with the cordova plugin - or maybe not. Have to see what I do with these.

@janpio janpio added the todo label Oct 17, 2017
@janpio janpio added this to the 0.0.3 milestone Oct 17, 2017
@janpio
Copy link
Collaborator Author

janpio commented Oct 18, 2017

It does when both plugins are installed at the same time:

/Users/sujan/.rvm/gems/ruby-2.4.1/gems/fastlane-plugin-cordova-0.3.4/lib/fastlane/plugin/cordova/actions/cordova_action.rb:4: warning: already initialized constant Fastlane::Actions::SharedValues::CORDOVA_IOS_RELEASE_BUILD_PATH
/Users/sujan/.rvm/gems/ruby-2.4.1/gems/fastlane-plugin-ionic-0.3.4/lib/fastlane/plugin/ionic/actions/ionic_action.rb:4: warning: previous definition of CORDOVA_IOS_RELEASE_BUILD_PATH was here
/Users/sujan/.rvm/gems/ruby-2.4.1/gems/fastlane-plugin-cordova-0.3.4/lib/fastlane/plugin/cordova/actions/cordova_action.rb:5: warning: already initialized constant Fastlane::Actions::SharedValues::CORDOVA_ANDROID_RELEASE_BUILD_PATH
/Users/sujan/.rvm/gems/ruby-2.4.1/gems/fastlane-plugin-ionic-0.3.4/lib/fastlane/plugin/ionic/actions/ionic_action.rb:5: warning: previous definition of CORDOVA_ANDROID_RELEASE_BUILD_PATH was here

or

/Users/sujan/fastlane-plugin-ionic/lib/fastlane/plugin/ionic/actions/ionic_action.rb:4: warning: already initialized constant Fastlane::Actions::SharedValues::CORDOVA_IOS_RELEASE_BUILD_PATH
/Users/sujan/.rvm/gems/ruby-2.4.1/gems/fastlane-plugin-cordova-0.3.4/lib/fastlane/plugin/cordova/actions/cordova_action.rb:4: warning: previous definition of CORDOVA_IOS_RELEASE_BUILD_PATH was here
/Users/sujan/fastlane-plugin-ionic/lib/fastlane/plugin/ionic/actions/ionic_action.rb:5: warning: already initialized constant Fastlane::Actions::SharedValues::CORDOVA_ANDROID_RELEASE_BUILD_PATH
/Users/sujan/.rvm/gems/ruby-2.4.1/gems/fastlane-plugin-cordova-0.3.4/lib/fastlane/plugin/cordova/actions/cordova_action.rb:5: warning: previous definition of CORDOVA_ANDROID_RELEASE_BUILD_PATH was here

@janpio janpio modified the milestones: 0.0.3, 0.0.4 Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant