Closed matusholec closed 5 years ago
https://github.com/Microsoft/react-native-code-push/issues/893#issuecomment-317648454 This comment helped me. When installing cocoapods, the workspace did not create the build folders properly for custom schemes (non debug/release)
This helped, thank a lot!
If I try to build for other than Debug or Release I am getting this error:
I have tried adding
$(PROJECT_DIR)/build/Debug-iphoneos/Mixpanel
into Library Search Paths but the same error appears. Which is weird cause the previous dir works for debug and for release build.Any ideas on how to fix this? What to set properly?
react-native: 0.52.2 react-native-mixpanel: 1.1.1