jvigneshcs

Results 5 comments of jvigneshcs

Even myself facing the similar issue. We are using Cocoapods for integration When I try integrating using SPM, I got the following error, > dyld: Library not loaded: @rpath/Mixpanel.framework/Mixpanel >...

> hi @jvigneshcs , which Mixpanel version are you using? I tried with 4.1.2 (latest)

Hi @zihejia, I have created a bare minimum projects to reproduce this issue, you can find the repository [here](https://github.com/jvigneshcs/MixpanelSwiftXCFIssue)

@jaredmixpanel , > Have you experimented with using the `:linkage` option in your Podfiles? > > `use_frameworks! :linkage => :static` and `use_frameworks! :linkage => :dynamic` I tried your suggestion with...

> @jvigneshcs One workaround I did find is to use the [Mixpanel Objective-C SDK ](https://github.com/mixpanel/mixpanel-iphone) from MySDK instead of the Swift SDK. If however, MyApp also uses the Objective-C SDK...