
iOS报错
梁森森
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
利用AFN请求网路数据时出错。(Assertion failure in -[AFHTTPRequestSerializer requestWithMethod:URLString:paramete)
AFNetworking请求中含有中文时程序崩溃AFHTTPRequestOperationManager * manager = [AFHTTPRequestOperationManager manager];[manager GET:urlString parameters:nil success:^(AFHTTPRequestOperation *operation, id resp原创 2017-02-17 11:48:45 · 4623 阅读 · 0 评论 -
iOS开发中解决报错之The file .DS_Store had a tree conflict.
最近在pull代码的时候Xcode报错提示:The file .DS_Store had a tree conflict.我的做法是将该项目目录cd到终端中,然后在终端中输入命令git clean -d -fx即可。、本篇文章到这里就结束了,愿大家加班不多工资多,男同胞都有女朋友,女同胞都有男朋友。iOS开发中解决报错之The file .DS_Store had a tree confl...原创 2018-04-04 10:00:58 · 570 阅读 · 0 评论 -
iOS开发中解决报错之the file had a tree conflict
在开发过程中如果是多人开发,那么我们会经常commit代码、pull代码、push代码。本人之前在merge(合并)代码的时候遇到一个冲突:the file had a tree conflict背景:某个分支上的代码有问题,从master上切换到有问题代码的分支上。在分支上解决有问题的代码。将分支上的代码merge到master上。报错:the file had a tree c...原创 2018-04-04 10:10:13 · 659 阅读 · 0 评论 -
iOS开发中解决报错之library not found for -lAFNetworking
简书地址:https://www.jianshu.com/p/e36fe721913f原创 2018-04-04 10:39:17 · 1515 阅读 · 0 评论