Fork me on GitHub
#helix
<
2021-07-16
>
kennytilton12:07:32

I tried running the https://github.com/aiba/helix-react-native-nav, and all went well until the final make-ios step:

/Users/kennethtilton/inonit/cantavi/songpark-gui/helix-nav/react-native/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'boost-for-react-native' from project 'Pods')

** BUILD FAILED **


The following build commands failed:
	CompileC /Users/kennethtilton/Library/Developer/Xcode/DerivedData/MyApp-gucvxaowyoemxedtjzbrmbmhjteo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTCxxBridge.o /Users/kennethtilton/inonit/cantavi/songpark-gui/helix-nav/react-native/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

error Command failed with exit code 1.
info Visit  for documentation about this command.
make: *** [ios] Error 1
I happen to be using an M1 Macbook. I will give it a quick try on an Intel MBP. Or do I need to upgrade/install something? Thx!

lilactown17:07:51

hmm yeah. it's been a year or so since I tried to boot up a RN project. never done it on an M1