xieyinghao

Results 8 comments of xieyinghao

偶现,这个问题如何解决。谢谢。

我用demo测试,也出现这个情况: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindow alloc] initWithFrame: [UIScreen mainScreen].bounds]; [self.window makeKeyAndVisible]; FlutterBoostSetupOptions* options = [FlutterBoostSetupOptions createDefault]; options.dartEntryPointArgs = @[ @"I'm from IOS!", @"--for-test" ]; MyFlutterBoostDelegate*...

> 你好,你说的 FlutterBoost版本 4.3.0 > > 是在yaml文件中这么配置的 flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' ref: '4.3.0' 的吗? 我看到没有这个版本呢? 4.6.5 也是一样的(4.3.0,是2023年用的)

> 我在4.6.5上也是一样的问题,初始化FBFlutterViewContainer卡死 是的,试试delegate初始化看看有没有效果