码迷,mamicode.com
首页 > 移动开发 > 详细

IOS:弹窗提示报错崩溃

时间:2020-12-11 11:54:40      阅读:12      评论:0      收藏:0      [点我收藏+]

标签:style   class   bsp   cat   reason   modal   cti   trie   row   

erminating app due to uncaught exception ‘NSInvalidArgumentException‘, reason: ‘Application tried to present modally an active controller <ViewController: 0x145d0b9f0>.‘
*** First throw call stack:
(0x18f4b7180 0x18e68f9f8 0x1bb70cec8 0x1bb70f3a8 0x1bb727e9c 0x1bb72425c 0x1bb723f34 0x1bc12fd1c 0x1bc106a74 0x1bc107048 0x1bc1070e8 0x193a063c8 0x101270c78 0x10127e6fc 0x18f448b20 0x18f443a58 0x18f442fb4 0x19164479c 0x1bbca4c38 0x100f35090 0x18ef068e0)
libc++abi.dylib: terminating with uncaught exception of type NSException

报错提示:应用程序试图以模式呈现一个活动控制器

原因暂时没找到

 

解决办法

 static dispatch_once_t onceToken;
    dispatch_once(&onceToken, ^{
        [self presentViewController:self.bleCloseAlertC animated:YES completion:nil];
    });

 

IOS:弹窗提示报错崩溃

标签:style   class   bsp   cat   reason   modal   cti   trie   row   

原文地址:https://www.cnblogs.com/kc1995/p/14095581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!