TencentCloud / chat-uikit-ios

Tencent Cloud Chat UI Components For iOS
Apache License 2.0
24 stars 7 forks source link

XHLaunchAd.setLaunch(.launchScreen)崩溃 #45

Open liuyujie opened 8 months ago

liuyujie commented 8 months ago

object_setClass([NSBundle mainBundle], [TUIBundle class]);

导致代码地址: https://github.com/CoderZhuXH/XHLaunchAd

中 XHLaunchImageView的代码: UIViewController *LaunchScreenSb = [[UIStoryboard storyboardWithName:UILaunchStoryboardName bundle:nil] instantiateInitialViewController];

获取不到启动页 LaunchScreen.Storyboard 导致崩溃

liuyujie commented 8 months ago

Trapped uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'LaunchScreen.storyboard' in bundle TUIBundle </private/var/containers/Bundle/Application/AC2C9DBC-8994-4354-8AD7-EA2FD07272C3/BPXX.app> (loaded)'