I have a flutter app i have developed and it is running efficiently on a real device with zero errors or warnings in debug mode. however when i deploy a release to the same real device it produces a white screen on most pages. I am producing the release using X-code. What could be the problem?
CodePudding user response:
connect your device using cable.
then write following command in terminal.
- flutter run
to see error log in terminal in red colors.
CodePudding user response:
- Open Terminal and Go to /ios folder inside your project.
- Executes pod deintegrate command.
- Then after pod install
- Run your project Flutter run