react-native-mixpanel
react-native-mixpanel copied to clipboard
After Mixpanel integration, app is failing to be archived.
I integrated mixpanel into RN project.
I linked it into the library and also installed cocoapod for mixpanel.
I built the project and it is running fine on the phone.
But the problem happens when I try to archive it to upload to the Testflight.
It's making bugs in the archive step like this.

Same with me
Same here. Anyone solved this yet?
Try open the xcworkspace file instead of xcodeproj in Xcode. I had the same problem first time I tried to build with the old xcodeproj. Everything works well after I used the xcworkspace generated by pod...