I first npm install and then run npm start.
However, building process failed:
The following build commands failed:
CompileC /Users/jason/Desktop/hackafy-native-master/ios/build/Build/Intermediates/RCTFBSDK.build/Debug-iphonesimulator/RCTFBSDK.build/Objects-normal/x86_64/RCTFBSDKAppEvents.o RCTFBSDK/core/RCTFBSDKAppEvents.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
I first
npm install
and then runnpm start
. However, building process failed:Please help.