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

fix(cli): create only static pod if needed #5099

Merged
merged 1 commit into from
Oct 6, 2021
Merged

fix(cli): create only static pod if needed #5099

merged 1 commit into from
Oct 6, 2021

Conversation

jcesarmobile
Copy link
Member

At the moment we are creating a static pod for all plugins that have pod dependencies because some of them required to be static (specially push related).

This PR put plugins with pod dependencies in the regular plugins pod, and only create the static pod for the ones that are known to require a static pod (phonegap-plugin-push, @havesource/cordova-plugin-push and cordova-plugin-firebasex at the moment, we will need to add more to the list in the future as users start to report them.

closes #4958

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.

bug: IOS app not building after adding plugin: cordova-plugin-nordic-update
2 participants