error 1
trueme-react-native-develop yarn ios:8yarn run v1.16.0
$ react-native run-ios --simulator="iPhone 8"
error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- react-native-camera (to unlink run: "react-native unlink react-native-camera")
- react-native-fs (to unlink run: "react-native unlink react-native-fs")
- react-native-video (to unlink run: "react-native unlink react-native-video")
This is likely happening when upgrading React Native from below 0.60 to 0.60 or above. Going forward, you can unlink this dependency via "react-native unlink <dependency>" and it will be included in your app automatically. If a library isn't compatible with autolinking, disregard this message and notify the library maintainers.
Read more about autolinking: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
info Found Xcode workspace "trueme.xcworkspace"
info Building (using "xcodebuild -workspace trueme.xcworkspace -configuration Debug -scheme trueme -destination id=861E9DD0-7E2C-4B26-AE1C-D2CBFE2B2FF0")
..........
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 trueme.xcworkspace. Run CLI with --verbose flag for more details.
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace trueme.xcworkspace -configuration Debug -scheme trueme -destination id=861E9DD0-7E2C-4B26-AE1C-D2CBFE2B2FF0
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
error: /Users/lambert/Downloads/trueme-react-native-develop/ios/Pods/Target Support Files/Pods-trueme/Pods-trueme.debug.xcconfig: unable to open file (in target "trueme" in project "trueme") (in target 'trueme' from project 'trueme')
error: /Users/lambert/Downloads/trueme-react-native-develop/ios/Pods/Target Support Files/Pods-trueme/Pods-trueme.debug.xcconfig: unable to open file (in target "trueme" in project "trueme") (in target 'trueme' from project 'trueme')
error: /Users/lambert/Downloads/trueme-react-native-develop/ios/Pods/Target Support Files/Pods-trueme/Pods-trueme.debug.xcconfig: unable to open file (in target "trueme" in project "trueme") (in target 'trueme' from project 'trueme')
error: /Users/lambert/Downloads/trueme-react-native-develop/ios/Pods/Target Support Files/Pods-trueme/Pods-trueme.debug.xcconfig: unable to open file (in target "trueme" in project "trueme") (in target 'trueme' from project 'trueme')
** BUILD FAILED **
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
➜ trueme-react-native-develop