Xcode 10 MP Can't Compile
Opened this issue · 2 comments
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.
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: naoufal/react-native-activity-view#7
Not really a fix, but if I change the Build System to Legacy Build System, the build proceeds.
@Spshulem did you have any luck with this?