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

pin Xcode version to 15.1 & modify xcodeWrapper #19822

Merged
merged 1 commit into from
May 8, 2024

Commits on May 8, 2024

  1. modify xcodewrapper to do a runtime version check

    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 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    18b19c4 View commit details
    Browse the repository at this point in the history