For info: since IOS 15, photos.pick_image does not work anymore, use pick_asset
-
# from IOS 15, photos.pick_image does not work anymore #i = photos.pick_image() assets = photos.get_assets() asset = photos.pick_asset(assets=assets) i = asset.get_image()
-
Does it crash? Or just not display?
-
last edited by cvp
-
Wonder if you need to set a permission in Settings?
Looks like the new picker is PHPickerViewController, though UIImagePickerController isn't depreciated, so it is strange that it broke..
-
@JonB all Pythonista settings are on, but photos.pick_image was already documented as deprecated since last Pythonista version.
-
@JonB additional info: if I close the traceback, Pythonista hangs. If I remove it from memory, wait some time and restart it, the Pythonista startup hangs with a black screen until I power off my iPad.
And no ObjectiveC log, nor @dgelessus faut_log.Édit: same problem without any run of any script, weird. Even if started from safari or with safe mode setting.
-
This post is deleted!last edited by