Posts

Post not yet marked as solved
0 Replies
247 Views
Any time I want to download watchOS Support in Settings->Platforms by clickin get next to watchOS 9.4 it fails with Missing Signature Domain: SimDiskImageErrorDomain Code: 3 User Info: { DVTErrorCreationDateKey = "2023-06-21 12:07:21 +0000"; unusableErrorDetail = ""; } System Information macOS Version 13.4 (Build 22F66) Xcode 14.3.1 (21815) (Build 14E300c) What can I do?
Posted
by dkal.
Last updated
.
Post not yet marked as solved
2 Replies
913 Views
I am trying to send a mail from within a sharingextension with the NSSharingService.There is no error in Console or in any other media i can debug.Did anyone manage to use theNSSharingService* sharingService = [NSSharingService sharingServiceNamed:NSSharingServiceNameComposeEmail];My code brings up the Mail dialog as soon as I copy it to a fresh cocoa app and run it. Only in my sharingExtension it is not working.from within an sharingExtension, or is it just not allowed / supported.ThanksDaniel
Posted
by dkal.
Last updated
.