-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[macOS] Add missing, required dependencies to run platform_view_macos__start_up #111300
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
[macOS] Add missing, required dependencies to run platform_view_macos__start_up #111300
Conversation
d0f1176 to
5f131a0
Compare
5f131a0 to
d10fc33
Compare
|
Can you add a link to a |
|
(Google-internal) Details on |
|
Thanks @cbracken I was totally looking at the wrong page 😅 |
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"}
]is added, but the led run shows the failure
It worked fine when I took off The input/output properties seem to be fine when I kick off the led run. For example,
|
You're right, the properties look good, but it didn't actually install Xcode...
That would also be a fine way to test this without |
|
@jmagman how would you like me to show you that this works? :) |
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmagman how would you like me to show you that this works? :)
Talked offline, removing the bringup: key in this PR and validating that it works was enough, not sure what was up with that led command not installing Xcode though.
…ew_macos__start_up (flutter/flutter#111300)
…ew_macos__start_up (flutter/flutter#111300)
…ew_macos__start_up (flutter/flutter#111300)
platform_view_macos__start_upwas brought up in #111041, but did not have the proper dependencies to actually run the test. This PR adds the dependencies required for theplatform_viewexample to run on macOS.Fixes #111297 (comment)
Thank you, Jenn for catching this one.
Pre-launch Checklist
///).