Posts

Post not yet marked as solved
2 Replies
2.5k Views
Right now i'm trying to create a Share Extension for my application. Everything works fine except of breakpoints in ShareViewController (subclass of SLComposeServiceViewController). Each and every breakpoint is not working. When i'm testing my extension in Photos or Safari app the actual share pop-up appears, but i can't make an app stop on breakpoints or even make it print logs.But, when i'm running extension on the Simulator at least i can see output of my "print()" functions.Have somebody witnessed same behaivior?
Posted Last updated
.
Post not yet marked as solved
2 Replies
2.7k Views
I have used UIDocumentPickerViewController in application in order to retrieve files from iCloud Drive. Since i'm using SwiftUI only the picker is incapsulated in the within SwiftUI's View with a protocol UIViewControllerRepresentable.It works perfectly on iOS/iPadOS, but when i'm trying to launch application on Mac via Catalyst i'm just seeing an empty view on picker's modal view. So just modal pop up with no content at all.Have anyone faced same issue with this picker?
Posted Last updated
.