@selvavignesh This is a forum mainly for Laravel-related questions, and not a general Q&A site like Stack Overflow. However, I took a look as I personally do have some experience in iOS development. However, I’m not really able to answer your question without seeing some code.
Nov 8, 2020
2
Level 1
IOS Connection to plugin invalidated while in use UIImagePickerController
I am trying to pick images from the photo library using UIImagePickerController. But When Click the button which triggers the Photo Library to open, the following error appears in the console with a blank Screen.
*com.apple.mobileslideshow.photo-picker(1.0)] Connection to plugin interrupted while in use.
2020-11-06 06:06:45.970542-0800 MyApp[31011:418892] UIImagePickerController UIViewController create error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 31095 named com.apple.mobileslideshow.photo-picker.viewservice was interrupted, but the message was sent over an additional proxy and therefore this proxy has become invalid." UserInfo={NSDebugDescription=The connection to service on pid 31095 named com.apple.mobileslideshow.photo-picker.viewservice was interrupted, but the message was sent over an additional proxy and therefore this proxy has become invalid.}*
I have reached stackoverflow and apple developers community. No one replies so far. If someone knows how to solve this, please help me.
Please or to participate in this conversation.