Closed Absolucy closed 3 years ago
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 org.theos.orion
itself depend on firmware (< 14.0) | org.theos.orion-14, firmware (>= 14.0) | org.theos.orion-13
@kabiroberai couldn't that just be done with 2 packages and provides
?
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: