DOC-202 构建 iOS XCFramework POC #15
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?
把 Rust Core 构建为 iOS 可用的 XCFramework POC。支持 iOS device arm64 + simulator arm64。
输出:bindings/ios/ZxDocumentRuntime.xcframework + generated Swift files
验收标准:能构建 iOS device artifact、能构建 iOS simulator artifact、能合成 XCFramework、有 build-ios.sh 或 xtask 命令、docs/ios-integration.md 记录步骤
完成项
✅ iOS target 已安装(aarch64-apple-ios + aarch64-apple-ios-sim)
✅ iOS device release 构建成功
✅ iOS simulator release 构建成功
✅ XCFramework 已生成:bindings/ios/ZxDocumentRuntime.xcframework
✅ Swift 绑定已生成:bindings/ios/generated/zx_document.swift
✅ build-ios.sh 构建脚本已编写
XCFramework 结构
后续
⬜ DOC-203 创建 iOS Demo 工程验证集成
⬜ DOC-204 输出 iOS 集成文档