However, when I rm and add the ios platform, the Podfile does not have use_frameworks! in Podfile. If I also add the preference
in the project that uses the plugin, then use_frameworks! is added to the Podfile, however I would expect the plugin config to take care of that so users who use the plugin dont have to add this in their project.
I have a plugin that includes this plugin as a dependency and configures a few pods. In the plugin I use the following configuration
However, when I rm and add the ios platform, the Podfile does not have use_frameworks! in Podfile. If I also add the preference
in the project that uses the plugin, then use_frameworks! is added to the Podfile, however I would expect the plugin config to take care of that so users who use the plugin dont have to add this in their project.