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.
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 combinecordova-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:
and