Open
Description
Feature proposal
- EDM4U Component: iOS Resolver
Is it possible to has option to append both use_frameworks! :linkage => :static
and use_frameworks!
to the podfile?
It seem as though some packages combination should have both line in the podfile (Most might use use_frameworks! static
but facebook need normal use_frameworks!
to work)
Or it didn't need to?