Unverified Commit 47f71ba3 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Release startup lock during long-lived build ios framework (#44625)

parent a901b650
......@@ -18,6 +18,7 @@ import '../base/utils.dart';
import '../build_info.dart';
import '../build_system/targets/ios.dart';
import '../bundle.dart';
import '../cache.dart';
import '../globals.dart';
import '../macos/cocoapod_utils.dart';
import '../macos/xcode.dart';
......@@ -131,6 +132,8 @@ class BuildIOSFrameworkCommand extends BuildSubCommand {
@override
Future<FlutterCommandResult> runCommand() async {
Cache.releaseLockEarly();
final String outputArgument = argResults['output']
?? fs.path.join(fs.currentDirectory.path, 'build', 'ios', 'framework');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment