Post

Replies

Boosts

Views

Activity

Reply to Catalyst NSSharingServicePickerToolbarItem - unrecognized selector
Hey,I've had the same problem, so I thought I'd report my findings. I followed this guide on UIActivityItemsConfigurationReading, but it came with the same error as here. I impleted the (private) methods it was calling (_uinsApplicationActivityProxies, _uinsactivityitemsourceproxies), but then it was calling "operation" on the ActivityItems, so I figured out it was a dead end. By some miracle of clicking through all the (bad) documentation, I found out that UIActivityItemsConfiguration is a thing, which implements UIActivityItemsConfigurationReading.activityItemsConfiguration = UIActivityItemsConfiguration(itemProviders: [provider])This did it for me. It is not as nice as implementing the protocol, but it's a pretty good workaround. Hope this gets fixed soon.Cheers
May ’20