Post

Replies

Boosts

Views

Activity

Reply to MainActor and NSInternalInconsistencyException: 'Call must be made on main thread'
@misacek the author of the async method, i.e. you, determines where the method is run, for instance by adding the @MainActor attribute. The caller, i.e. NotificationCenter, can't force the method to run in any particular context.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Xcode 13.2 - Internal error : Missing Package Description Module
Isn't this the one where you have to remove the IDESourceControlKnownSSHHostsDefaultsKey key from ~/Library/Preferences/com.apple.dt.Xcode.plist ? IIRC I had to do this after upgrading to 13.x. https://forums.swift.org/t/according-to-xcode-the-identity-of-a-repository-hosted-on-github-com-has-changed/53560/6
Replies
Boosts
Views
Activity
Dec ’21