Hi
Xcode takes long time during the build/run process . Is there “offline work” feature like android studio ??
at least let me know the reason behind this long time
Adding this line to build.gradle will do so :
startParameter.offline=true
sorry for this silly question.