diff --git a/ios/Ting.mm b/ios/Ting.mm index 2ae7778..e46bc2a 100644 --- a/ios/Ting.mm +++ b/ios/Ting.mm @@ -1,6 +1,11 @@ #import "Ting.h" -#import +#if __has_include("ting-Swift.h") + #import +#else + // When using use_frameworks! :linkage => :static in Podfile + #import +#endif @implementation Ting