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

flutter start doesn't notice when I update dart code on iOS #1345

Closed
eseidelGoogle opened this issue Jan 22, 2016 · 5 comments
Closed

flutter start doesn't notice when I update dart code on iOS #1345

eseidelGoogle opened this issue Jan 22, 2016 · 5 comments
Labels
platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels.
Milestone

Comments

@eseidelGoogle
Copy link
Contributor

This is a problem. We end up running old code. Makes developing the iOS simulator difficult. :/

@eseidelGoogle eseidelGoogle added affects: dev experience platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. labels Jan 22, 2016
@eseidelGoogle
Copy link
Contributor Author

@abarth suggests that we change flutter build to output a *.d file to explain to other build systems what the dependencies of the .flx file is thus when to trigger a new build.

@eseidelGoogle
Copy link
Contributor Author

I even opened ios/FlutterApplication.xcodproj and ran clean, before running flutter start again at the command line and still got an old version of dart code. :( @chinmaygarde

@eseidelGoogle eseidelGoogle added this to the Hackathon milestone Jan 22, 2016
@eseidelGoogle
Copy link
Contributor Author

I ran rm ios/FlutterApplication/Generated/app.flx and then flutter start and it updated to use the correct dart code.

@eseidelGoogle
Copy link
Contributor Author

This was solved by #2289, now the issue is that flutter start takes longer, which will effect #873 and #790. We can close this for now.

TahaTesser pushed a commit to NevercodeHQ/flutter that referenced this issue Aug 13, 2020
@github-actions
Copy link

github-actions bot commented Sep 6, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

1 participant