Closed hannojg closed 6 months ago
For all RNSkia headers I had to use double quotes instead of angle brackets, as otherwise building on iOS with use_frameworks! :linkage => :static would fail. With this configuration it builds for use_frameworks and without + android works as well.
use_frameworks! :linkage => :static
Fixes:
For all RNSkia headers I had to use double quotes instead of angle brackets, as otherwise building on iOS with
use_frameworks! :linkage => :static
would fail. With this configuration it builds for use_frameworks and without + android works as well.Fixes:
25