2015年4月14日

摘要: Xcode --> Preferences --> (选中开发者账号) --> View Details --> 删除无用文件 阅读全文
posted @ 2015-04-14 12:21 shnuzxw 阅读(207) 评论(0) 推荐(0)

2015年4月7日

摘要: pod setup命令报错如下图:说明是路径错误,在命令行输入一下命令即可解决。sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer解决后,可继续执行安装操作。 阅读全文
posted @ 2015-04-07 22:56 shnuzxw 阅读(133) 评论(0) 推荐(0)

2015年3月23日

摘要: 参考地址:http://blog.csdn.net/dengbin9009/article/details/43485617在使用AFNetworking 2.0 的时候本来一切很顺畅,但是中途遇到几个比较坑的地方这里分享一下爬坑经历,忘读者不能速爬坑!在发送请求后,NSURLSessionData... 阅读全文
posted @ 2015-03-23 16:17 shnuzxw 阅读(453) 评论(0) 推荐(0)
摘要: AFNetworking 2.0 当Deployment Target 低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h@property (nonatomic, strong) dispatch_queue_t completionQu... 阅读全文
posted @ 2015-03-23 14:39 shnuzxw 阅读(2763) 评论(0) 推荐(0)

导航