Closed glemartret closed 6 months ago
Maybe add a setup instruction in README for iOS as Podfile should be modified
I had to replace
use_frameworks!
with
use_frameworks! :linkage => :static
It's included in the example, but you are right, will add it to readme too
Done
Maybe add a setup instruction in README for iOS as Podfile should be modified
I had to replace
use_frameworks!
with
use_frameworks! :linkage => :static