react-native-mixpanel icon indicating copy to clipboard operation
react-native-mixpanel copied to clipboard

After Mixpanel integration, app is failing to be archived.

Open wangxpert opened this issue 7 years ago • 3 comments

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

wangxpert avatar Jun 04 '18 18:06 wangxpert

Same with me

mzxyz avatar Jun 18 '18 02:06 mzxyz

Same here. Anyone solved this yet?

suyogkc avatar Jun 29 '18 08:06 suyogkc

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

pikho avatar Jul 04 '18 09:07 pikho