You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure react-native-mparticle (well actually I'm trying to make an Expo plugin for the React Native package) and following the instructions to install mParticle-Apple-SDK using use_frameworks with the dynamic linkage style. The closest I can do to that is set use_frameworks! :linkage => :dynamic. When I don't set that, I get #198 . When I do set it, I get this:
What's weird is I can see the Swift.h file! Any ideas on what I need to configure here - something search paths related? I'm not super well versed in Swift code but I'm happy to share my code if interested.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm trying to configure react-native-mparticle (well actually I'm trying to make an Expo plugin for the React Native package) and following the instructions to install mParticle-Apple-SDK using
use_frameworks
with the dynamic linkage style. The closest I can do to that is setuse_frameworks! :linkage => :dynamic
. When I don't set that, I get #198 . When I do set it, I get this:What's weird is I can see the Swift.h file! Any ideas on what I need to configure here - something search paths related? I'm not super well versed in Swift code but I'm happy to share my code if interested.
Thanks in advance.
The text was updated successfully, but these errors were encountered: