-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: Add Flutter Target for ios app #239
Comments
Hey, @ysavr 👋🏼 The Since this value is managed by the Flutter tool, its manipulation is not expected. Can you describe in which context are you facing this requirement? As a side note, it may be helpful to be aware of the fact that the |
Unfortunately, the way Flutter works for iOS does not allow devs to run a project directly from Xcode. As I mentioned before, there are some variables that are generated by the Flutter tool. One of those generated variables are the following (
As you can see, several of them are computed and provided by the Flutter CLI and Flutter tool. And then they are imported in the other These values are generated when executing You can test this out by your own:
Finally, you can enforce the definition of the What you can do, then, is to execute You can find more details in the source code for these generation steps: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/ios/xcode_build_settings.dart |
Description
when I want to build flutter ios for example main_development.dart from xcode I have to change the path in FLUTTER_TARGET in Build Settings Xcode, how do I declare the path
/Users/abstract/core_flutter/
through the brick.yaml prompt?Requirements
Additional Context
No response
The text was updated successfully, but these errors were encountered: