Flutter - build on iOS very slowly, how fix it?

Viewed 1104

I have flutter's app. I run it app in debug mode on iPhone from Android Studio(on Mac). It is very slowly(about 10 minutes). if I run my project from xCode it is much faster - about a minute.

enter image description here

this is a "medium" project, it uses some firebase packages:

 firebase_messaging: ^10.0.3
 firebase_analytics: ^8.1.2
 firebase_remote_config: ^0.10.0+2
 firebase_core: ^1.3.0

but I did not find any problems on the net related to these plugins, only for cloud_firestore. how can I determine what is the problem with the long build? any advice?

0 Answers
Related