Skip to content

Commit

Permalink
fixed #4754
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperChen1415 authored Oct 26, 2024
1 parent 0a8f499 commit e83cd73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Reports/2024/#309-2024.10.28.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

[@Barney](https://github.com/BarneyZhaoooo):这个项目提供了 Swift 和 Java 互操作性的工具和库,允许 Swift 程序直接调用 Java API。还有一个 jextract-swift 工具,用于从 Java 源码中提取用于 Swift 调用的代码。项目处于早期开发阶段,依赖于特定的 Swift 和 JDK 版本。

### 🐕 [直接使用 xcodebuild 比 Xcode 慢的原因分析](https://github.com/wojciech-kulik/xcodebuild.nvim/issues/201#issuecomment-2423828065)

[@Cooper Chen](https://github.com/cjlcooper):这篇文章主要讨论了 xcodebuild 工具相较于 Xcode 更加耗时的问题,xcodebuild 每次构建时向 Apple 的 API 发出了多个请求,响应时间较长,导致构建变慢,并且 xcodebuild 对每个目标逐个发请求,目标越多则效率差异越明显,作者提供了解决方法包括修改 hosts 文件和使用网络嗅探工具阻止请求。这些方法能显著提高构建速度,同时作者建议用户也提交反馈,以促使Apple修复此问题。

## 工具

Expand Down

0 comments on commit e83cd73

Please sign in to comment.