Skip to content
New issue

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

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

Already on GitHub? # to your account

Modified arguments passed to xcodebuild when building iOS apps. #2102

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

freakboy3742
Copy link
Member

Xcode 16 has introduced a warning about the -destination argument passed to xcodebuild when building iOS apps:

--- xcodebuild: WARNING: Ignoring provided run destination because no scheme was passed.

This warning correctly identifies that the -destination argument is redundant when performing a build, as there is no run destination. This PR removes the argument, preventing the warning.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 requested a review from mhsmith January 6, 2025 07:27
@mhsmith mhsmith merged commit 2eb991b into beeware:main Jan 6, 2025
49 checks passed
@freakboy3742 freakboy3742 deleted the xcode-build-args branch January 6, 2025 23:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants