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

[native_assets_cli] HookConfig should have a targetIosVersion #1133

Open
dcharkes opened this issue May 9, 2024 · 1 comment
Open

[native_assets_cli] HookConfig should have a targetIosVersion #1133

dcharkes opened this issue May 9, 2024 · 1 comment
Labels
P2 A bug or feature request we're likely to work on package:native_assets_cli package:native_toolchain_c

Comments

@dcharkes
Copy link
Collaborator

dcharkes commented May 9, 2024

Context:

This would enable build and link hooks to fail if they cannot produce native code assets with that iOS SDK version.

Standalone Dart packages do not specify a minimum iOS version unlike Flutter plugins. Instead the flow with standalone packages with native assets is to get the ios target version as config value from the Flutter tools invocation.

@dcharkes dcharkes added P2 A bug or feature request we're likely to work on package:native_assets_cli labels May 9, 2024
@dcharkes
Copy link
Collaborator Author

dcharkes commented May 9, 2024

Maybe xcodebuild can also consume a desired ios target version. Then we also want to plumb it through in package:native_toolchain_c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on package:native_assets_cli package:native_toolchain_c
Projects
None yet
Development

No branches or pull requests

1 participant