解决问题:terminating with uncaught exception of type NSException (lldb)

        今天在学习IOS的过程中出现了两次类似这样的问题,terminating with uncaught exception of type NSException (lldb)。

        解决的过程让自己颇为无语,更无语的是发现解决的办法及其简单,在此记录一下通用的解决方案,让新来的人少走一点弯路。

        一般遇到这种问题都是用了storyboard或者IXB开发模式,对应的点是没有把圈圈和swift文件中的函数或者变量对应好。解决方法如下:

        1.右击蓝色的格子(这个半透明的魔方)。


解决问题:terminating with uncaught exception of type NSException (lldb)_第1张图片

        2.在这个列表中,叉掉有小黄叹号标志的行(我这里没有bug所以没有小黄叹号出现)


解决问题:terminating with uncaught exception of type NSException (lldb)_第2张图片

        3.问题已解决,可以继续改其他的bug了。

https://stackoverflow.com/questions/26442414/libcabi-dylib-terminating-with-uncaught-exception-of-type-nsexception-lldb

你可能感兴趣的:(解决问题:terminating with uncaught exception of type NSException (lldb))