06 2016 档案

摘要:玩代码的时候遇到一问题,用的 storyboard 的时候分页不能自动获取到类,Automatic 里是空的,然后自动选到该类下的时候控件貌似可以拖过去,但是当 cennect 的时候会报错:“could not insert new action connection could not find 阅读全文
posted @ 2016-06-27 17:20 渣渣你好 阅读(651) 评论(0) 推荐(0)
摘要:跟着廖雪峰学 GIT http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 GUI for git|SourceTree|入门基础 http://www.jianshu.com/p/be9 阅读全文
posted @ 2016-06-22 11:00 渣渣你好 阅读(147) 评论(0) 推荐(0)
摘要:$(PLATFORM_DIR)/Developer/Library/Frameworks 就好了。 阅读全文
posted @ 2016-06-17 18:46 渣渣你好 阅读(1724) 评论(0) 推荐(0)
摘要:出现这样的错误: error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. 具体如图: 我按照提示在终端打开工程,pod inst 阅读全文
posted @ 2016-06-17 13:54 渣渣你好 阅读(2339) 评论(1) 推荐(0)
摘要: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 阅读全文
posted @ 2016-06-13 14:37 渣渣你好 阅读(455) 评论(0) 推荐(0)
摘要:Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior (<UISearchController: 0x 阅读全文
posted @ 2016-06-07 19:15 渣渣你好 阅读(945) 评论(0) 推荐(0)
摘要:今天体验AFNetwork 3.1.0 进行数据解析,但是解析数据控制台一直都输出这样的 error 结果: 于是,照着以前AFN2.+版本的进行设置: 结果发现在新版本的 AFN 上不能设置了。既然代码改不了,那就去寻找根源吧,到AFURLResponseSerializer.m文件中,将 tex 阅读全文
posted @ 2016-06-01 16:37 渣渣你好 阅读(266) 评论(0) 推荐(0)