Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If it is not installed, we must error out and warn the user what to do. Currently, it just silently fails (pod install is called, but its error code is not checked).
We need to decide what to do with the user experience issue if pod install is first run – this triggers a Cocoapods repo clone, which at the time I write this is 475MB. The time to download this repo is non-trivial, and the size of the repo increases linearly each day. We should add a notice to the output that it might take a long time.
Additionally, we could report the size of the Cocoapods repo by using the Github API like this Chrome Extension: https://github.com/harshjv/github-repo-size
Attachments
Issue Links
- links to