flutter应用程式卡在启动画面和lanchscreen.storyboard上不显示图像

时间:2020-10-11 16:49:43

标签: ios iphone xcode flutter dart

昨天,我试图为我的Flutter应用程序更改Xcode上的启动屏幕图像。我将新图像拖到assets.xcassets,打开launchscreen.storyboard,图像很大,我试图选择它,然后消失了。之后,我尝试将删除的资产放回去再放,但不再显示。我尝试了很多事情,但没有任何效果!

这是我在Android Studio上运行应用程序后得到的结果

Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Running pod install...
Running Xcode build...
Xcode build done.                                           361.2s
[VERBOSE0:callback_cache.cc(133)] Could not parse callback cache, aborting restore
Configuring the default Firebase app...
Configured the default Firebase app __FIRAPP_DEFAULT.

该应用程序在android上运行正常,但是在IOS上,该应用程序卡在了启动屏幕上,从未进行过该应用程序。

我尝试过

flutter update
flutter clean
flutter packages pub cache repair
rm podfile podfile.lock

WidgetsFlutterBinding.ensureInitialized(); //on the main method

重新启动模拟器,擦除其内容并在真实设备上发布该应用的版本

是否有解决此问题的方法,以便我有启动屏幕,并且该应用不会卡住?

我即将分发该应用程序,因此非常感谢您的帮助!

修改

我通过解决问题来解决问题

general>部署信息>主界面>“这是LaunchScreen,我将其更改为Main”

但是,我仍然无法解决第二个问题,(启动图像没有显示在Launchscreen.storyboard中,我只能看到白屏)

0 个答案:

没有答案