摘要:
玩代码的时候遇到一问题,用的 storyboard 的时候分页不能自动获取到类,Automatic 里是空的,然后自动选到该类下的时候控件貌似可以拖过去,但是当 cennect 的时候会报错:“could not insert new action connection could not find 阅读全文
摘要:
出现这样的错误: error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. 具体如图: 我按照提示在终端打开工程,pod inst 阅读全文
摘要:
2016-06-13 10:27:49.781 TheBeeWorld[346:48482] -[__NSCFString singer]: unrecognized selector sent to instance 0x14e8d5cb0
2016-06-13 10:27:49.783 TheBeeWorld[346:48482] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString singer]: unrecognized selector sent to instance 0x14e8d5cb0'
libc++abi.dylib: terminating with uncaught exception of type NSException 阅读全文
摘要:
Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior (<UISearchController: 0x 阅读全文