Skip to content

Fix iOS compile error and arm64 simulator build (#222, #216)#223

Merged
DenisovAV merged 3 commits intomainfrom
fix/issue-222-swift-compile-error
Apr 17, 2026
Merged

Fix iOS compile error and arm64 simulator build (#222, #216)#223
DenisovAV merged 3 commits intomainfrom
fix/issue-222-swift-compile-error

Conversation

@DenisovAV
Copy link
Copy Markdown
Owner

Summary

Closes #222
Closes #216

- Fix XNNPack delegate type mismatch: OpaquePointer → UnsafeMutablePointer<TfLiteDelegate>
- Remove TensorFlowLiteSelectTfOps dependency (not needed for embedding models)
- Remove EXCLUDED_ARCHS — arm64 simulator builds now work on Apple Silicon
- Update README: remove SelectTfOps Podfile instructions
- Bump version to 0.13.4
@DenisovAV DenisovAV merged commit 731b5ed into main Apr 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swift Compiler Error (Xcode): Cannot assign value of type 'UnsafeMutablePointer<TfLiteDelegate>' to type 'OpaquePointer' Failed to build on arm64

1 participant