Jared McFarland
Jared McFarland
@medi-eng I'm not able to reproduce this error. However, please note that there is no need for step 3: `Added implementation "com.mixpanel.android:mixpanel-android:6.+"` Per the official install instructions linked below, you...
The `mixpanel-android` dependency is already specified here: https://github.com/mixpanel/mixpanel-react-native/blob/master/android/build.gradle#L37
@PaRaDoX50 are you still experiencing this issue? If so, can you please update to the latest version (v1.5.0) and let us know if it still persists?
Download Firmware results in "Compilation Failed" 100% of the time for me. Even with no changes at all to the default standard layout. Also clicking the "SHOW LOG" button does...
Fixed in `v4.1.2`
@jvigneshcs When I try to execute `./GenerateXCFramework.sh` from the terminal, I get... ``` 2023-07-19 10:31:33.525 xcodebuild[82369:13621943] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled) ** ARCHIVE FAILED ** ``` Have you...
@jvigneshcs Can you please provide more detailed instructions for your bare minimum project to repro this issue? I managed to get your build script to run, but the Mixpanel.xcworkspace says:...
Nevermind, got it to work. I had to remove `-sdk` flag from your `xcodebuild archive` commands in your build script to get the `xcodebuild -create-xcframework` step to work.
@jvigneshcs I've experimented with different build configurations. I'm able to get it building and running without crashing but I do see messages like this in the console: `objc[95678]: Class _TtC8Mixpanel15AutomaticEvents...
@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 then...