I am working on an app using Flutter. When I run the program normally on iPhone using either Flutter or XCode, the program functions normally and will display my widgets. However, when I archive the build using XCode and upload it, when I try the archived version using TestFlight, I am seeing just a gray box where my normal widgets were supposed to be. Has anyone experienced this?
Running Flutter with XCode, normal build works, archived version builds but doesn't display properly
Asked
Active
Viewed 18 times
1 Answers
0
Try running the app as a release build the problem should appear
use this command flutter run --release

Bigfoot
- 336
- 1
- 3
-
ok thanks, let me try – mjpablo23 Apr 10 '23 at 15:22
-
if the solution worked, please verify my answer., thanks. – Bigfoot Apr 14 '23 at 20:37