【部分解决】brew upgrade非常慢
crifan 8年前 (2017-09-26) 6471浏览 0评论
折腾: 【已解决】Carthage提示:Please update to the latest Carthage version 期间,brew upgrade速度很慢。 brew upgrade 很慢 更换Homebrew更新源 –...
工作相关的技术文章
crifan 8年前 (2017-09-26) 6471浏览 0评论
折腾: 【已解决】Carthage提示:Please update to the latest Carthage version 期间,brew upgrade速度很慢。 brew upgrade 很慢 更换Homebrew更新源 –...
crifan 8年前 (2017-09-26) 5801浏览 0评论
在用: carthage update –platform iOS –no-use-binaries 时,提示: ➜ SRT git:(master) carthage update –platform iOS ...
crifan 8年前 (2017-09-26) 2426浏览 0评论
在看别人写的代码时,用到了http网络的库:Alamofire func getUrlRespJson_async(httpMethod:Alamofire.HTTPMethod, url:S...
crifan 8年前 (2017-09-22) 7179浏览 0评论
折腾: 【部分解决】Xcode的CPU占用率长期超过100%+建立索引和编译极其慢 期间,想要去Xcode9中删除之前添加的一些配置。 想要删除: SWIFT_WHOLE_MODULE_OPTIMIZATION = YES 然后去搜到: 点击左下角...
crifan 8年前 (2017-09-22) 4810浏览 0评论
折腾: 【已解决】Xcode9提示:runtime UI API called from background thread UIApplication currentUserNotificationSettings must be used fro...
crifan 8年前 (2017-09-22) 5828浏览 0评论
Xcode9中,调试运行iOS的app,看到提示: runtime: UI API called from background thread: -[UIApplication currentUserNotificationSettings] mu...
crifan 8年前 (2017-09-22) 7660浏览 0评论
但是此处iPhone6是好好的,没有弹框让点击确认之类的。 然后重新拔插iPhone,Mac中的iTunes也是正常的: 重新试试,貌似可以了: 【总结】 此处只不过是偶尔的问题,重新拔插iPhone就可以了。 转载请注明:在路上 »...
crifan 8年前 (2017-09-21) 1930浏览 0评论
代码中,对于UITableView,已经通过autolayout设置了frame的约束条件 也设置了datasource和viewdelegate的代理 class NewsDetailViewController: UIViewControl...
crifan 8年前 (2017-09-20) 4394浏览 0评论
折腾: 【已解决】Xcode9中iOS布局文字没有居中对齐 期间,代码: import UIKit class NaviBarTitleView: UIView { override var intrinsicContentSize:...
crifan 8年前 (2017-09-20) 2259浏览 0评论
之前Xcode8中,某个swift项目运行的是好好的,其中布局用到了Cartography。 后来为了解决检索和编译慢,而升级到Xcode9,之后为了能正常编译和链接又通过Carthage升级了各个库,最后(应该是同样的代码)但是: 布局错乱了 此处...