When installing YouboraLib statically I'm unable to use swift definitions outside of pod.
target 'YouboraAVPlayerAdapter' do
platform :ios, '10.0'
# Pods must be build statically
# use_frameworks! :linkage => :static
# Pods for YouboraAVPlayerAdapter
pod 'YouboraLib'
In the YouboraAVPlayerAdapter previously definitions are imported using:
#import <YouboraLib/YouboraLib-Swift.h>
But when installing statically the following output occurs:
'YouboraLib/YouboraLib-Swift.h' file not found