-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orion broken on arm64e iOS 14 due to Xcode 11 being used. #4
Comments
To elaborate on this, the issue here is that Orion itself is built with Xcode 11 (i.e. the iOS 13 arm64e ABI). We can probably fix this by creating sub-packages and making |
@kabiroberai couldn't that just be done with 2 packages and |
Tentative solution for #4 (credit for suggestion to use `Provides` goes to @aspenluxxxy)
b40a048 should hopefully fix this but we'll only be able to find out when I tag the next release (and the gh action runs), so fingers crossed 🙃 |
Closing to keep things tidy; if this is still broken once 0.9.2 is released, please reopen the issue. |
Orion.framework is compiled with Xcode 11.
Xcode 11 swift apps break on arm64e iOS 14.
Orion tweaks crash in
orion_init
on arm64e iOS 14:The text was updated successfully, but these errors were encountered: