davide-scalzo / react-native-mixpanel

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

Xcode 10 MP Can't Compile #153

Open Spshulem opened 6 years ago

Spshulem commented 6 years ago

I've read every article I can up the wozu on how to fix this, but I can't figure it out. I'm sure it's something simple, but on Xcode 9.4.1, it builds perfectly. When I try and run it on Xcode 10, no bueno, I get a Parse Issue.

It mostly says it can't find key files.

screen shot 2018-09-23 at 11 45 26 pm

I've tried adding a Link Binary with Libraries, compiling Xcode with -UseModernBuildSystem=NO, using an older command line in Xcode 10, deleting derivatives, nothing works.

Really desperate to get this to build, this is my last ditch effort. Is this a known Issue with RN? RNMixpanel?

Also tried this: https://github.com/naoufal/react-native-activity-view/issues/7

Spshulem commented 6 years ago

Not really a fix, but if I change the Build System to Legacy Build System, the build proceeds.

simonmitchell commented 6 years ago

@Spshulem did you have any luck with this?