But I can never get it to play well with flutter. When I select the Scheme for "staging" for example and then Archive I get all sort so of build errors. Prior to doing this I need to `run flutter build ios` but it uses the release scheme by the looks of its.
Its all very confusing so am wondering if anyone has a clear and concise guide on how to do this with flutter..?
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
https://github.com/flutter/flutter/issues/15567
That seems to be a big issue for using Flutter in real-life situations. Any ways around this?
Unable to find the Gerenated.xcconfig include, and
diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation
Running pod install as the error mention doesn't fix things.
Seems that there's other config that needs to be done to get flutter build to work with flavors on ios which is mentioned in the blog post.