Replies: 1 comment
|
Accidentally delete the scheme for flavor, create again, problem gone. By comparing the git history, there is a new .xcscheme file which didn't exist before. Did I created a scheme without a .xcscheme file ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Use the flutter_flavorizr to build a flavor example, works fine.
Trying to apply the flavor settings to my already exist project.
Got an issue on iOS. When running flavor from vscode, it shows
Could not find the built application bundle at build/ios/iphoneos/Runner.app.Compare to the flutter_flavorizr example project. There is a
build/ios/iphoneos/Runner.appafter build.But my custom one only has
build/ios/iphoneos-flavor-debug/Runner.app, noiphoneosone was created.Spend a lot of time, but did'n figure out what configuration is missing here.
So dose any one can help, Please?
All reactions