 |
|
YoungShook
V2EX member #48230, joined on 2013-10-29 17:01:31 +08:00
42  38 
|
 |
Per YoungShook's settings, the topics list is hidden |
Deals info, including closed deals, is not hidden
YoungShook's recent replies
Disable spotlight indexing on macOS to heavily speed up Virtual Instances.
# massively increase virtualized macOS by disabling spotlight.
sudo mdutil -i off -a
# since you can't use spotlight to find apps, you can renable with
# sudo mdutil -i on -a
之前遇到过,Keychain 的问题,重置 keychain 即可。
对 Specs Mirror 对 CocoaPods 速度提升不大,且在 V1.0.0 之后, pod install 默认不再进行 pod repo update ,实践来看最终的解决方案还需要 Local Mirror Specs 、 Local Mirror Source. 做个定时 Sync 即可,即可不受网络因素影响。