Why does it taking around 20-25 minute to build io...
# compose-ios
j
Why does it taking around 20-25 minute to build iosapp to test debug app from android studio? Does anyone faced this or have a solution?
m
Hey @jamshedalamqaderi, which machine you got? On my 2021 M1 Pro it takes about 12-15min, a full clean build. But this is rarely necessary, after you did the initial build, I just build the Android app (takes 15sec) and then the updated iOS framework is also ready in Xcode, so that i can start a new xcode build (maybe 1min)
j
Macbook Air M1
android build is fine and it uses cache. but xcode build takes a lot time
m
The 12-15min you mention, is this if you do a full clean build in Android Studio, or when you do a build in Xcode?
Try downloading a blank project from the project wizard and run this one. Does it also take so long?
j
New projects are fast. But my existing project is big. Btw I will try with the latest release
m
Is your project slow when you click the Play/Build/Run icon in Xcode, or when you do in Android Studio a
Rebuild project
?
j
Yeah
m
No it’s two different things, is Xcode OR Android Studio slow?
j
both are taking long time
m
And building and running Android app is quick or also slow?
Do you use git? You could go back in history to find which commit makes it slow