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

fix(ios): fix Xcode defaulting to 'Release' #1957

Merged

Commits on Jun 8, 2023

  1. fix(ios): fix Xcode defaulting to 'Release'

    `getBuildConfigurationFromXcScheme` currently assumes where the
    `.xcodeproj` lives (it could be anywhere). The proper fix is to get the
    path from `.xcworkspace`, but that's a much more intrusive change. The
    least we can do for now is to fall back to `Debug`.
    tido64 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8314cf9 View commit details
    Browse the repository at this point in the history