英文:
Updating iOS sdk from delphi 11.3 is very slow
问题
当我尝试更新iOS SDK时,Delphi非常慢(需要数天才能完成)。
- macOS Ventura(在VMware中)+ Xcode 14.2
- Delphi Alexandria 11.3
- 未安装杀毒软件
- 我也尝试从头开始重新安装macOS Ventura(干净安装)和Xcode 14.2,但没有改变
- 另一种方式,通过PAServer部署或签名应用程序似乎正常,速度较快。
- 不一定与11.3版本连接
我如何调试这个问题?
英文:
When from delphi I try to update the iOS SDK it's very slow (it's take days to finish).
- macOS ventura (in vmware) + xcode 14.2
- delphi Alexandria 11.3
- no antivirus installed
- I also try to reinstall macos ventura from scratch (clean install) and xcode 14.2 nothing change
- On other way, deploying or signing app via paserver look ok, it's fast.
- Not necessary connected to 11.3 release
How can I debug this problem?
答案1
得分: 1
尝试禁用
net.link.generic.system.hwcksum_rx=0
net.link.generic.system.hwcksum_tx=0
macos ventura
将这些命令放入文件/etc/sysctrl.conf
重新启动
英文:
Try to disable
net.link.generic.system.hwcksum_rx=0
net.link.generic.system.hwcksum_tx=0
macos ventura
put the commands to file /etc/sysctrl.conf
restart
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论