Updating iOS sdk from delphi 11.3 is very slow.

huangapple go评论54阅读模式
英文:

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

huangapple
  • 本文由 发表于 2023年3月3日 17:48:53
  • 转载请务必保留本文链接:https://go.coder-hub.com/75625502.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定