Skip to content

Commit 54b4e15

Browse files
committed
fix #5119
1 parent d8bb954 commit 54b4e15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Reports/2025/#350-2025.09.08.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939

4040
文章结合框架源码与实践案例,为开发者理解这一「执拗」助手的行为逻辑,甚至是二次定制提供了关键视角。
4141

42+
### 🐎 [iOS 26 正式版即将发布,Flutter 完成全新 devicectl + lldb 的 Debug JIT 运行支持](https://mp.weixin.qq.com/s/cYKke432bBzpg365Ia9y7Q)
4243

44+
[@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 调试的适配迁移。
4345

4446
## 工具
4547

0 commit comments

Comments
 (0)