I'm having the same problem. The solution to add the bundleIdentifier didn't fix it for me I'm afraid. :(
Post
Replies
Boosts
Views
Activity
We are having the same issue and is really affecting our development. :(
We are experiencing the same huge lag and it's really affecting our development. It only happens on the Simulator. Did anyone find a workaround or solution!?
I think this is the same issue as in this thread: https://forums.developer.apple.com/forums/thread/732477
Did anyone find a workaround for this!? I'm seeing this with Xcode 15 RC (15A240d), but only when running on the Simulator. When I run on device while connected to Xcode, or make an AppStore or TestFlight build everything works fine.
Also I don't get any crashes when I turn on the Address Sanitizer, either on Simulator or Device.
Did anyone find a solution or workaround for this!? This is still happening for me on iPadOS 16.6.
I have an app where we use the UIImagePickerController to the let the user set a custom profile photo. I figured this would be a perfect case for the new PHPicker. But after implementing it it appears that I’m still better off with UIImagePickerController since I need the allowsEditing option (so the user can crop their photo).
Also when using UIImagePickerController on iOS14 it appears to be showing the PHPicker controller anyway. And I believe UIImagePickerController never asked for photo library access to begin with.
So I’m unsure of what the advantages are of changing the code to use PHPicker. Please don’t deprecate UIImagePickerController without adding ‘allowsEditing’ support to PHPicker.