I am trying to build my react-native
project on iOS simulator and getting the below error:
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening MyProject.xcworkspace...ld: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)** BUILD FAILED **
I have researched my part and tried possible solutions here and here which seem to not work.
I am using react-native
version ~0.61.4 and Xcode Version 11.4.1 on macOS Catalina version 10.15.2Even the app doesn't start on simulator.