Skip to content

Platform support: iOS #247

@runyaga

Description

@runyaga

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

  • Add cargo-ndk or manual cross-compilation for aarch64-apple-ios
  • Build universal XCFramework (device + simulator)
  • Add iOS target to hook/build.dart
  • Add iOS binaries to native-release.yaml
  • Test in a Flutter iOS app

Metadata

Metadata

Assignees

No one assigned

    Labels

    featNew feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions