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.
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?
