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 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.app
after build.But my custom one only has
build/ios/iphoneos-flavor-debug/Runner.app
, noiphoneos
one was created.Spend a lot of time, but did'n figure out what configuration is missing here.
So dose any one can help, Please?
Beta Was this translation helpful? Give feedback.
All reactions