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
#12 0x000000010ffdabc1 in BONFontFeatureTypeIdentifierKey.unsafeMutableAddressor at Platform.swift:30
This is a known bug in Xcode 13 (79090498) that will hopefully be fixed by Apple soon. In the meantime you can't deploy code built with Xcode 13 to OS versions earlier than iOS 15.
Apps that contain Swift code referencing featureIdentifier or typeIdentifier fail to launch on earlier OS releases. (79090498)
Seeing the following crash?
BonMot/Sources/Platform.swift
Line 30 in 924cda3
This is a known bug in Xcode 13 (
79090498
) that will hopefully be fixed by Apple soon. In the meantime you can't deploy code built with Xcode 13 to OS versions earlier than iOS 15.https://developer.apple.com/documentation/xcode-release-notes/xcode-13-beta-release-notes
If you find another workaround, please let us know!
The text was updated successfully, but these errors were encountered: