You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
It would be nice if the compiled xcframework includes a binary for ios-arm64_x86_64-simulator to allow for running in a simulator on an Apple silicon equipped device. Currently, in this case, the following linker error is emitted:
... found architecture 'x86_64', required architecture 'arm64'
The text was updated successfully, but these errors were encountered:
Yep, this is a known issue - in the coming few weeks I may have an alternative method and arm64 simulator support will be one of the upsides - the current approach is full of hacks and magic
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
It would be nice if the compiled xcframework includes a binary for ios-arm64_x86_64-simulator to allow for running in a simulator on an Apple silicon equipped device. Currently, in this case, the following linker error is emitted:
... found architecture 'x86_64', required architecture 'arm64'
The text was updated successfully, but these errors were encountered: