Skip to content

Commit 0218784

Browse files
committed
fix #5124
1 parent 09d35c4 commit 0218784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Reports/2025/#350-2025.09.08.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343

4444
[@david-clang](https://github.com/david-clang):Apple 在 iOS 26 中禁止 Debug 时 `mprotect``RX` 权限,将导致真机无法在 Debug Mode 编译成功的[错误](https://github.com/flutter/flutter/issues/163984),Flutter 之前采取的 hack 方案会导致容易出现 `Timed out *** to update` 错误,现在的[方案](https://github.com/flutter/flutter/pull/173443/)是在  iOS 17+ 和 Xcode 26+ 上利用 `devicectl``lldb` 突破 `RX` 权限限制, 完成了全新 LLDB 调试的适配迁移。
4545

46+
### 🐎 [SwiftUI WebView](https://troz.net/post/2025/swiftui-webview/)
47+
48+
[@DylanYang](https://github.com/Dylan19Yang):作者向我们介绍了 Swift UI 中新引入的 WebView 组件。它有非常简单的初始化方式,同时也兼具了很多我们在使用 WKWebview 时经常会用到的功能,如页面加载各个时机的回调、自定义的 scheme handler、js 注入等。作者提供了一个完善的 demo 来展示这些能力。感兴趣的读者可以阅读下本文。
49+
4650
## 工具
4751

4852
> 开发过程中常用的工具,及一些新工具的介绍

0 commit comments

Comments
 (0)