Skip to content

Instantly share code, notes, and snippets.

@Zen-CODE
Created February 25, 2020 01:29
Show Gist options
  • Save Zen-CODE/fe5d5af3037b4421e2147d61becd8b2f to your computer and use it in GitHub Desktop.
Save Zen-CODE/fe5d5af3037b4421e2147d61becd8b2f to your computer and use it in GitHub Desktop.
Error when trying to open IOS FileBrwoser
Exception ignored in: 'pyobjus.pyobjus.protocol_forwardInvocation'
Traceback (most recent call last):
File "pyobjus/pyobjus.pyx", line 872, in pyobjus.pyobjus.protocol.f.f2
File "/Users/richard/Library/Developer/CoreSimulator/Devices/E5F90713-0057-4F0B-A728-F6F27038B40F/data/Containers/Bundle/Application/2CE2C18C-4F02-4179-801E-FFBF0085A31F/btp-kivy-app.app/lib/python3.7/site-packages/plyer/platforms/ios/filechooser.py", line 74, in imagePickerController_didFinishPickingMediaWithInfo_
native_image_picker = autoclass("NativeImagePicker").alloc().init()
File "pyobjus/pyobjus.pyx", line 740, in pyobjus.pyobjus.autoclass
File "pyobjus/pyobjus.pyx", line 98, in pyobjus.pyobjus.MetaObjcClass.__new__
File "pyobjus/pyobjus.pyx", line 129, in pyobjus.pyobjus.MetaObjcClass.resolve_class
pyobjus.pyobjus.ObjcException: Unable to find class b'NativeImagePicker'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment