Unbalanced calls to beginend appearance transitions for SplashScreenController 0x10ea08550
This error message typically occurs when there are multiple view controller transitions happening simultaneously or in quick succession. It may also occur when attempting to present or dismiss a view controller before the previous transition has completed.
To resolve this error, make sure that all view controller transitions are properly managed and that you are not attempting to present or dismiss a view controller before the previous transition has completed. You can also try delaying the presentation or dismissal until the previous transition has finished using methods like viewDidAppear or viewWillDisappear
原文地址: https://www.cveoy.top/t/topic/cj3L 著作权归作者所有。请勿转载和采集!