migueldeicaza / SwiftTerm

Xterm/VT100 Terminal emulator in Swift
MIT License
959 stars 138 forks source link

`inputAccessoryView` and `inputAssistantItem` missing in latest visionOS SDK #327

Closed osy closed 11 months ago

osy commented 11 months ago

Trying to build on the latest visionOS SDK in Xcode 15.1 beta:

Cannot override 'inputAccessoryView' which has been marked unavailable
'inputAssistantItem' is unavailable in visionOS

This is weird because in UTM, we use inputAccessoryView without the override and it works fine. However, I don't know how to deal with inputAssistantItem.

migueldeicaza commented 11 months ago

Fixed by the above PR