Post not yet marked as solved
Post marked as unsolved with 10 replies, 2,365 views
Hello everyone!
I have this code in my INExtension:
UIPasteboard.general.items.removeAll()
Up through iOS 14.5, this worked correctly. However, in 14.5.1 and 14.6 beta 2, the following error message appears in the console, and the system pasteboard remains unchanged.
Could not save pasteboard named com.apple.UIKit.pboard.general. Error: Error Domain=PBErrorDomain Code=11 "The pasteboard name com.apple.UIKit.pboard.general is not valid." UserInfo={NSLocalizedDescription=The pasteboard name com.apple.UIKit.pboard.general is not valid.}
I filed FB9098625. Is anyone else having this issue?