DOC-302e XCFramework 重建 + Xcode 编译验证 #34
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?
目标
重建 XCFramework 并在 Xcode 中验证 iOS 项目编译 + 链接通过。
步骤
bash scripts/build-ios.sh重建 XCFrameworkzx_document.swift到 iOS 项目ZxDocumentRuntime.xcframework到 iOS 项目nm输出中有全部uniffi_zx_document_ffi_fn_func_*符号验收标准
依赖
注意
验证通过 (2026-06-03)
Clean 重建
cargo clean→bash scripts/build-ios.sh全过程成功Xcode 验证
xcodebuild -scheme AIStudyApp -sdk iphonesimulator buildRust 测试
cargo test: 58 passed, 0 failed产物
bindings/ios/ZxDocumentRuntime.xcframework— 已重建bindings/ios/generated/zx_document.swift— 已生成 + 补丁关闭
DOC-302e 已完成 — XCFramework 存在且可链接