'-[__NSCFBoolean objectForKey:]: unrecognized selector sent to instance 0x2685b2fe0'
更新flutter后運行Xcode,在初始化FlutterViewController 就崩了
我的初始化代碼?
FlutterViewController *flutterVC = [[FlutterViewController alloc]initWithEngine:self.flutterEngine nibName:nil bundle:nil];
? [flutterVCpushRoute:@"welcome"];
有同樣問題已解決的嗎