diff --git a/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm b/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm index 2839ece8c09c8ff9774874cf696c27c6faaff904..16ded625da82129820614172b5eefa6517ee552e 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm @@ -84,6 +84,10 @@ return [self initWithProject:nil nibName:nil bundle:nil]; } +- (instancetype)init { + return [self initWithProject:nil nibName:nil bundle:nil]; +} + #pragma mark - Common view controller initialization tasks - (void)performCommonViewControllerInitialization {