You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building it from XCode, did you retry the yarn ios cmd ?
Also, did you open a new terminal within the cmd yarn start before running the yarn ios ?
$ react-native run-ios
info A dev server is already running for this project on port 8081.
info Found Xcode workspace "BankApp.xcworkspace"
info Found booted iPhone 16 Pro
info Building (using "xcodebuild -workspace BankApp.xcworkspace -configuration Debug -scheme BankApp -destination id=811F422B-DD10-4DA3-9B7D-48EA37C78950")
info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor
error Unable to open base configuration reference file '/Users/mac/Engineering/GitHub/digital-bank-hub/channels/mobile/BankApp/ios/Pods/Target Support Files/Pods-BankApp/Pods-BankApp.debug.xcconfig'. (in target 'BankApp' from project 'BankApp')
error Unable to load contents of file list: '/Target Support Files/Pods-BankApp/Pods-BankApp-frameworks-Debug-input-files.xcfilelist' (in target 'BankApp' from project 'BankApp')
error Unable to load contents of file list: '/Target Support Files/Pods-BankApp/Pods-BankApp-resources-Debug-input-files.xcfilelist' (in target 'BankApp' from project 'BankApp')
error Unable to load contents of file list: '/Target Support Files/Pods-BankApp/Pods-BankApp-frameworks-Debug-output-files.xcfilelist' (in target 'BankApp' from project 'BankApp')
error Unable to load contents of file list: '/Target Support Files/Pods-BankApp/Pods-BankApp-resources-Debug-output-files.xcfilelist' (in target 'BankApp' from project 'BankApp')
error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'BankApp.xcworkspace'.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
react-native environment setup
Description
If I use yarn ios it stucks on "Building project...".
I use xcode to run the project and yarn start for building as a solution.
How can a make it work just with yarn ios?
Version
4.5.1
Do you use TypeScript?
Yes
On which OS this issue appear on?
IOS
Desktop OS
mac os sequoia 15.3
The text was updated successfully, but these errors were encountered: