gradle-native icon indicating copy to clipboard operation
gradle-native copied to clipboard

Provide better status progress during Cocoapods installation

Open lacasseio opened this issue 2 years ago • 0 comments

The automatic pod install may take a long time to complete. During that time, Gradle seems stuck:

$ gr tasks
Checking for latest...
<-------------> 0% INITIALIZING [34s]
> Evaluating settings

The Checking for latest... seems to be coming from Cocoapods. In theory, there should be no stdout/stderr forwarded unless an error happens. We should first make sure pod install doesn't leak any output. Then, we will have to consider using an internal build operation to at least mention that we are installing Cocoapods and not simply stuck "Evaluating settings".

lacasseio avatar Sep 22 '22 21:09 lacasseio