Open huyvuskedulo opened 11 months ago
I'm not able to debug share extension with current Xamarin.iOS, not sure if it's because of Xcode 15.
Should be able to debug
Not able to debug, returning as:
2023-11-18 10:49:03.985 mlaunch[9817:4884252] -[DTXMessage _appendTypesAndValues:withKey:list:]: unknown parameter type (13504896) error HE0047: Failed to request XPC observation: Unable to invoke -[<DTXPCControlService: 0x6000018b1100> observeServicesWithIdentifier:requestingProcess:environment:arguments:options:] - too few arguments (4 provided, 5 expected) (1). Please try again.
Yes, this is because of iOS 17 / Xcode 15. Apple completely rewrote their libraries to interact with devices, and we'll have to reimplement our side of it.
I'm not able to debug share extension with current Xamarin.iOS, not sure if it's because of Xcode 15.
Steps to Reproduce
Expected Behavior
Should be able to debug
Actual Behavior
Not able to debug, returning as:
Environment