Skip to content

[BUG]: yarn ios stucks on Building project... #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
arnimi opened this issue Feb 24, 2025 · 2 comments
Open
1 task done

[BUG]: yarn ios stucks on Building project... #463

arnimi opened this issue Feb 24, 2025 · 2 comments
Labels
🐛 bug Something isn't working

Comments

@arnimi
Copy link

arnimi commented Feb 24, 2025

react-native environment setup

  • I verified that I have not react-native-cli installed globally and be up to date about the 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

@arnimi arnimi added the 🐛 bug Something isn't working label Feb 24, 2025
@JeremyDolle
Copy link
Collaborator

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 ?

@changtraisitinh
Copy link

i got same error when run 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants