Same.
error: the replacement path doesn't exist: "/var/folders/2r/9jt0mn9119n3r4tj2qgff5s80000gq/T/swift-generated-sources/@__swiftmacro_18t_.swift"
Post
Replies
Boosts
Views
Activity
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.)