Skip to content

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.

2 participants