Post

Replies

Boosts

Views

Activity

Reply to Content Blocker in iOS app in mac m1 vs Mac Catalyst app
I'm also having the exact same problem :( Hope this bug fixed soon swift:  SFContentBlockerManager.getStateOfContentBlocker(withIdentifier: extensionBundleIdentifier) { blockerState, error in print(blockerState ?? "", error?.localizedDescription ?? "") } console: The operation couldn’t be completed. (SFErrorDomain error 1.) swift: Task { do { try await SFContentBlockerManager.reloadContentBlocker(withIdentifier: extensionBundleIdentifier) } catch { print(error.localizedDescription) } } console: The operation couldn’t be completed. (SFErrorDomain error 1.)
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’24
Reply to Xcode 16 MacOS Sequoia SwiftData not saving data after running application
Same. error: the replacement path doesn't exist: "/var/folders/2r/9jt0mn9119n3r4tj2qgff5s80000gq/T/swift-generated-sources/@__swiftmacro_18t_.swift"
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Content Blocker in iOS app in mac m1 vs Mac Catalyst app
I'm also having the exact same problem :( Hope this bug fixed soon swift:  SFContentBlockerManager.getStateOfContentBlocker(withIdentifier: extensionBundleIdentifier) { blockerState, error in print(blockerState ?? "", error?.localizedDescription ?? "") } console: The operation couldn’t be completed. (SFErrorDomain error 1.) swift: Task { do { try await SFContentBlockerManager.reloadContentBlocker(withIdentifier: extensionBundleIdentifier) } catch { print(error.localizedDescription) } } console: The operation couldn’t be completed. (SFErrorDomain error 1.)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24