-
Notifications
You must be signed in to change notification settings - Fork 985
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
Comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
After running
make clean
andmake run-clojure
, I ranmake run-ios
but I faced this issue. I also tried to runmake run-metro
then run the app on ios simulator, but the same thing was happening.ios_simulators_list.log
react-native-xcode.log
Problem
Expected behavior
Actual behavior
Reproduction
Additional Information
The text was updated successfully, but these errors were encountered: