Vincentzzg
Vincentzzg
亲测有效👍👍 使用SwitchHosts配置host之后 一直失败的RVM安装可以正常安装了
@casatwy 田大哥,这个库还在维护吗?这个问题的原因我找到了,在维护的话我提个PR 问题原因是: 多个 service 的情况下,每个 service 返回了自己的 AFHTTPSessionManager *sessionManager,taskIdentifier 在多个 NSURLSession *session 是不相关的,都会从1开始,同一个数字生成的 NSNumber地址又是一样的,CTApiProxy 单例里面的 dispatchTable 的key会出现重复导致的,极端情况下会崩溃 
I also encountered this problem. I found that this problem is due to the use of objects managed by Realm to set thet property. If the setting is a newly...
The problem is solved Do not set objects already managed by Realm
> > 将-ivfsstatcache参数移除掉即可 > > @songgeb 请问下你说的这个参数移除掉是什么意思?怎么操作 我后来又测试了,只有使用compile_commands.json解析这种方式才会报这个错误,infer run -- xcodebuild的方式是没有问题的。 而且就像上面说的有人测试了--clang-block-listed-flags-with-arg -ivfsstatcache,这个使用compile_commands.json解析的时候也不好用,谢谢 @pastel001 infer run -- xcodebuild 这种方式的完整命令是什么