Jenn Magder
Jenn Magder
`idevicesyslog` and `idevicescreenshot` are barely used and can maybe be deleted? `iproxy` is the trickier one since it's still used to forward to the vm service port. Fortunately, I believe...
In the tests: ```swift @import camera_avfoundation; @import camera_avfoundation_test; ``` If we were only in SwiftPM world, could we normally `#import` the test headers directly? Or was there some problem with...
Once this is done, would love to see `flutter/plugins` and `flutter/engine` repo added.
Done in #51532 as part of https://github.com/flutter/flutter/issues/12631. `flutter pub get` would also regenerate it.
@christopherfujino maybe at the end of `flutter clean` then `flutter pub get` should be run again. Is that too unexpected?
> `flutter pub get` would also regenerate it. A better idea would be to call `ensureReadyForPlatformSpecificTooling` after cleaning each project.
@Legoless I think you are hitting a different problem, this issue is that `flutter build ios` and `flutter clean & flutter pub get` succeeds, but `flutter clean` removes the files...
@Legoless you are not hitting this issue. Please file a new issue describing what you're seeing and how you edited the project. You may also want to check StackOverflow.
> is this an expected workflow, where a user executes flutter clean in their terminal, then intends to immediately build via Xcode? Well it's not expected now in that I...
I don't know what issue you're hitting but it looks like you are just recreating the file? And if you're putting it at a different path then Flutter won't know...