gradle-native
gradle-native copied to clipboard
Provide better status progress during Cocoapods installation
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".