DOC-302f 增加 UniFFI 符号检查脚本 #35
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
对最终生成的
libzx_document_ffi.a执行nm检查,确保所有 C ABI 符号存在。能在进 Xcode 之前就发现问题。必须存在的符号
API 分发函数(12 个)
Checksum 函数(12 个)
Buffer 管理函数(5 个)
实现
在
scripts/下新增check-symbols.sh:集成到
build-ios.sh末尾:构建成功 → 自动运行符号检查。符号不存在 → 构建直接失败。依赖
验收
bash scripts/check-symbols.sh输出 "All symbols OK"build-ios.sh末尾自动调用符号检查关闭
DOC-302f 已完成 — 但自动验证待 DOC-FULL-029 完善