I have been trying to my React Native CLI app into my iOS emulator but I kept on getting the error below.
npx react-native run-ios info Found Xcode workspace "AwesomeProject.xcworkspace" info Launching iPhone 11 (iOS 14.4) info Building (using "xcodebuild -workspace AwesomeProject.xcworkspace -configuration Debug -scheme AwesomeProject -destination id=F5D914DE-3580-467A-A09B-BFA06FDBA9A6") 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 AwesomeProject.xcworkspace. Run CLI with --verbose flag for more details. I created my new project by using the command line below. (I want to use the newest version not --version 0.60.0)
npx react-native init AwesomeProject I know that this isn't new and a lot of people posted their solutions. But it didn't work for me. Could you help me with this issue. Thank you in advance.
https://stackoverflow.com/questions/66593160/react-native-cli-ios-failed-to-build-ios-project-we-ran-xcodebuild-comman March 12, 2021 at 10:00AM
没有评论:
发表评论