mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
Merge pull request #2093 from devoncarew/fix_assert
fix a checked mode assertion
This commit is contained in:
@@ -146,8 +146,8 @@ class ApplicationPackageStore {
|
||||
|
||||
case TargetPlatform.iOS:
|
||||
case TargetPlatform.iOSSimulator:
|
||||
assert(iOS == null);
|
||||
iOS = new IOSApp.fromBuildConfiguration(config);
|
||||
if (iOS == null)
|
||||
iOS = new IOSApp.fromBuildConfiguration(config);
|
||||
break;
|
||||
|
||||
case TargetPlatform.mac:
|
||||
|
||||
Reference in New Issue
Block a user