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

Move value of IOS_FIREBASE_MESSAGING_VERSION in plugin.xml directly t… #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fleerdayo
Copy link

The pod installation for >7.5.0 fails with:
Argument Error: Illformed requirement "$IOS_FIREBASE_MESSAGING_VERSION"

The cause seems to be, that the "<preference" value in line 83 is not recognized as an ENV variable.

Therefore I moved the value "~> 7.4.0" directly to the pod specification which solves the problem for me, which solves the problem for me.

@kartneb
Copy link

kartneb commented Aug 28, 2021

Did you try:
cordova plugin add git+https://github.com/kartneb/cordova-plugin-fcm-with-dependecy-updated.git --variable IOS_FIREBASE_MESSAGING_VERSION="..."

If it's broken, it would probably be better to find a way to fix the variable injection rather than hard-code it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants