Skip to content

Flagship 8

Brett Weissbart edited this page Jan 14, 2020 · 3 revisions

Flagship 8 changes the Podfile in the template iOS project to use the new CocoaPods CDN. This will alleviate slowness and timeouts when updating the pod registry, as it was pulling from Github directly which had to rate-limit requests due to high bandwidth usage. You can read more about this change in the CocoaPods blog.

This has been versioned as a breaking change in Flagship because an up-to-date version of the CocoaPods gem is required to utilize the new CDN. The minimum version required for this update is 1.7.2. Developers of Flagship apps will need to check their CocoaPods version in order to init iOS projects, and CI environments will need to be up-to-date as well.

Relevant Flagship PR