mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2093 from devoncarew/fix_assert
fix a checked mode assertion
This commit is contained in:
commit
347ee25a93
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user