2015年6月9日

Xcode6中添加pch

摘要: 1,Command+N,打开新建文件窗口:ios->other->PCH file,创建一个pch文件:“工程名-Prefix.pch”:2,将building setting中的precompile header选项的路径添加“$(SRCROOT)/项目名称/pch文件名”(例如:$(SRCROO... 阅读全文

posted @ 2015-06-09 15:00 coderJin 阅读(128) 评论(0) 推荐(0)

AFN的错误解决

摘要: 今天使用AFN框架时出现了以下错误提示信息Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html"经过百度,发现原... 阅读全文

posted @ 2015-06-09 13:38 coderJin 阅读(395) 评论(0) 推荐(0)

导航