1
I’m trying to run an app written in Flutter on physical iPhone, when I run the command flutter run deploy is started, but it carries infinitely. When I run via x-code the error below is presented (Thread 1: Signal SIGABRT) and in Iphone the screen remains white.
I already tried deploying the demo app of Flutter, which is created at the command "flutter create myapp". The error that appears is the same.
I hope you can help me, I thank you in advance!