您的位置:首页 > 其它

One of the two will be used. Which one is undefined.

2016-11-18 14:41 603 查看

报错提示

objc[8446]: Class CalendarModel is implemented in both /System/Library/Frameworks/EventKitUI.framework/EventKitUI (0x1af627248) and /var/containers/Bundle/Application/708650BD-7A20-4FA7-9731-0E97A03DDC9C/Travel Pal.app/Travel Pal (0x101693530). One of the two will be used. Which one is undefined.

libc++abi.dylib: terminating with uncaught exception of type NSException

在网上查找到的原因是,

CalendarModel 这个类 与系统的类重名了. 导致. 系统不知道要用那个类,

解决办法是 把CalendarModel 类名改掉

参考 链接 http://blog.csdn.net/pcliuguangtao/article/details/9119599
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐