Summary
iOS is not currently supported. The hook/build.dart returns early with no assets for iOS.
Current state
hook/build.dart line 47: if (libName == null) return; — iOS falls through to null
- No cross-compilation target for iOS in
_rustTriple
- No pre-built iOS binaries in native releases
- No CocoaPods/XCFramework packaging
TODO
Summary
iOS is not currently supported. The
hook/build.dartreturns early with no assets for iOS.Current state
hook/build.dartline 47:if (libName == null) return;— iOS falls through to null_rustTripleTODO
cargo-ndkor manual cross-compilation foraarch64-apple-ioshook/build.dartnative-release.yaml