• Jakob Andersen's avatar
    Revert "Eliminate CocoaPods install step (#8694)" (#8705) · 60c0c3d3
    Jakob Andersen authored
    * Revert "Eliminate CocoaPods install step (#8694)"
    
    This reverts commit f4a13bc7.
    
    If the developer is relying on CocoaPods and hasn't done a pod install, we will do it for them. This is needed for a smooth native plugin experience, similar to what Gradle is doing on the Android side.
    
    There's no hard dependency on CocoaPods. We only run pod install if the project uses CocoaPods, so developers are still free to use alternatives if they prefer (and if they don't want to use native plugins).
    
    Fixes #8685
    Fixes #8657
    Fixes #8526
    
    * Require CocoaPods 1.0.0 or newer.
    
    And make sure we don't get a crash if running `pod install` fails.
    
    * Address review feedback
    60c0c3d3
process.dart 9.99 KB