This error message indicates that there is a problem with the transition between view controllers in your app, specifically with the SplashScreenController. It could be caused by attempting to present or dismiss a view controller while another transition is still in progress, or by not properly handling the timing of view controller transitions.

To fix this issue, you can try the following steps:

  1. Check your code for any calls to present or dismiss view controllers and make sure they are properly balanced and not overlapping.

  2. Ensure that any animations or transitions between view controllers are properly timed and do not conflict with each other.

  3. Verify that your view controller hierarchy is set up correctly and that all view controllers are properly connected and initialized.

  4. If the error persists, try resetting the simulator or device you are testing on, as there may be a problem with the current state of the app.

Overall, the key to fixing this error is to carefully review your code and make sure that all view controller transitions and animations are properly handled and timed

2022-11-08 122155202549+0800 fzsg_dis_nano5363752246 Unbalanced calls to beginend appearance transitions for SplashScreenController 0x10ea08550

原文地址: https://www.cveoy.top/t/topic/cj3D 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录