diff --git a/.github/workflows/scripts/swift-integration.dart b/.github/workflows/scripts/swift-integration.dart index f7e9edc3af7d..5d1dda5566c2 100644 --- a/.github/workflows/scripts/swift-integration.dart +++ b/.github/workflows/scripts/swift-integration.dart @@ -38,6 +38,7 @@ Future buildSwiftExampleApp(String platform, String plugin) async { if (plugin == 'cloud_firestore') { // Need to remove Podfile for Firestore as it pulls in https://github.com/invertase/firestore-ios-sdk-frameworks.git await _runCommand('rm', ['Podfile']); + await _runCommand('pod', ['deintegrate']); } // Determine the arguments for the flutter build command final flutterArgs = ['build', platform];