Post

Replies

Boosts

Views

Activity

Reply to AppleID Login failing in virtualized OS
@BenjaminApple There are three primary use cases for most macOS developers running a beta OS in a virtual machine (such as macOS Ventura in UTM): To download their existing apps from the Mac App Store to verify that everything works correctly on the new OS. An Apple ID is needed to download from the Mac App Store. To build and debug their apps using Xcode. An Apple ID is needed to setup an account in Xcode so automatic code signing can be used. To test apps that use iCloud. An Apple ID is needed to access iCloud in System Settings. -ch
Jun ’22
Reply to Disable Scribble in UITextView
Returning false for the beginning of the interaction does disable Scribble, but does not prevent the widget from appearing. Setting the inputView to nil has no effect, the widget still appears instead of the keyboard. Since there is no public way to get the user's preferred keyboard view, I don't see how this approach can work. -ch
Oct ’21