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

Support for use_frameworks! :linkage => :static #51

Open
hvaughan3 opened this issue Aug 29, 2020 · 0 comments
Open

Support for use_frameworks! :linkage => :static #51

hvaughan3 opened this issue Aug 29, 2020 · 0 comments

Comments

@hvaughan3
Copy link

hvaughan3 commented Aug 29, 2020

Starting with CocoaPods 1.9.0, they now allow you to specify use_frameworks! :linkage => :static in your pod file so cocoa pods will generate full frameworks with statically linked libraries and module map files. I need this in order to successfully combine cordova-plugin-firebase-analytics with the latest version of Google Tag Manger pods.

It would be nice if this plugin could support this because currently I don't believe cordova.ios is able to.

Perhaps allowing both:

<pods-config use-frameworks="true">

and

<pods-config use-frameworks=":linkage => :static">
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

No branches or pull requests

1 participant