Skip to content
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

Unable to run the app on ios #19770

Closed
mmilad75 opened this issue Apr 23, 2024 · 1 comment · Fixed by #19822
Closed

Unable to run the app on ios #19770

mmilad75 opened this issue Apr 23, 2024 · 1 comment · Fixed by #19822
Assignees

Comments

@mmilad75
Copy link
Contributor

Bug Report

After running make clean and make run-clojure, I ran make run-ios but I faced this issue. I also tried to run make run-metro then run the app on ios simulator, but the same thing was happening.

Screenshot 2024-04-23 at 20 44 14

ios_simulators_list.log
react-native-xcode.log

Problem

Expected behavior

Actual behavior

Reproduction

Additional Information

  • Status version: nightly
  • Operating System: Android, iOS
@siddarthkay
Copy link
Contributor

This happens when developers don't have Xcode 15.1, @mmilad75 @qfrank and @Rende11 had the same issue with Xcode 14.3

siddarthkay added a commit that referenced this issue May 7, 2024
fixes #19770

## Summary
Devs are often unaware of the supported Xcode version and often run into weird build issues with either higher or lower Xcode versions.
This change ensures we convey that change when devs execute `make run-ios`
This commit also attempts to ensure `xcodebuild` command is wrapped with `XcodeWrapper`.

## Platforms
- iOS
- macOS

status: ready
siddarthkay added a commit that referenced this issue May 7, 2024
fixes #19770

## Summary
Devs are often unaware of the supported Xcode version and often run into weird build issues with either higher or lower Xcode versions.
This change ensures we convey that change when devs execute `make run-ios`
This commit also attempts to ensure `xcodebuild` command is wrapped with `XcodeWrapper`.

## Platforms
- iOS
- macOS

status: ready
siddarthkay added a commit that referenced this issue May 8, 2024
fixes #19770

Devs are often unaware of the supported Xcode version and often run into weird build issues with either higher or lower Xcode versions.
This change ensures we convey that change when devs execute `make run-ios`
This commit also attempts to ensure `xcodebuild` command is wrapped with `XcodeWrapper`.

- iOS
- macOS

status: ready
siddarthkay added a commit that referenced this issue May 8, 2024
fixes #19770

Devs are often unaware of the supported Xcode version and often run into weird build issues with either higher or lower Xcode versions.
This change ensures we convey that change when devs execute `make run-ios`
This commit also attempts to ensure `xcodebuild` command is wrapped with `XcodeWrapper`.

- iOS
- macOS

status: ready
siddarthkay added a commit that referenced this issue May 8, 2024
fixes #19770

Devs are often unaware of the supported Xcode version and often run into weird build issues with either higher or lower Xcode versions.
This change ensures we convey that change when devs execute `make run-ios`
This commit also attempts to ensure `xcodebuild` command is wrapped with `XcodeWrapper`.

- iOS
- macOS

status: ready
siddarthkay added a commit that referenced this issue May 8, 2024
fixes #19770

Devs are often unaware of the supported Xcode version and often run into weird build issues with either higher or lower Xcode versions.
We currently only support Xcode 15.1
This change ensures we convey that change when devs execute `make run-ios`
This commit also attempts to ensure `xcodebuild` command is wrapped with `XcodeWrapper`.

- iOS
- macOS

status: ready
@ilmotta ilmotta removed the bug label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants