davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

After Mixpanel integration, app is failing to be archived. #141

Open wangxpert opened 6 years ago

wangxpert commented 6 years ago

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. image

mzxyz commented 6 years ago

Same with me

suyogkc commented 6 years ago

Same here. Anyone solved this yet?

pikho commented 6 years ago

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...