• Jakob Andersen's avatar
    Run 'pod install' before building iOS app. (#8609) · a4883de3
    Jakob Andersen authored
    Since iOS builds are CocoaPods enabled by default, we should make sure to run `pod install` to get pods wired up before building the app.
    
    Also added a check to `flutter doctor` to verify CocoaPods is installed.
    
    I'm passing FLUTTER_FRAMEWORK_DIR to the `pod install` command, so we can have the app's Podfile link in Flutter.framework as a pod instead of having to copy it over in xcode_backend.sh.
    a4883de3
Name
Last commit
Last update
..
common.dart Loading commit data...
config.dart Loading commit data...
context.dart Loading commit data...
file_system.dart Loading commit data...
io.dart Loading commit data...
logger.dart Loading commit data...
net.dart Loading commit data...
os.dart Loading commit data...
platform.dart Loading commit data...
process.dart Loading commit data...
process_manager.dart Loading commit data...
utils.dart Loading commit data...
version.dart Loading commit data...