How did you work around this?
Post
Replies
Boosts
Views
Activity
Can't validate because of this. How did you fix it?
Same issue with iOS 18 beta 6
Were you able to fix this?
I have the same problem.
Same issue. Ugh.
All I want to be able to do is what the Contacts app does when user picks a contact image. I don't even need the filter option, just the nice little circular overlay on the editing/cropping page.
So, are you saying that PHPicker does not include the "allows editing" option that UIImagePickerController offers? That is... disappointing. I had hoped for years that Apple would beef up the editing by allowing more than the square overlay option - at least by adding a circle overlay option. Plus, it has always been buggy. So now, we lose that basic and buggy editing functionality with PHPicker and we get nothing in its place? I think that is what you are saying but I want to confirm.
Can I ask you a favor? When I try to add more than one derived attribute to any entity, and then insert an object into that entity, I get a SIGABRT error with no reason. I have tried for an entire day to solve this.I first create a new version of the xcdatamodel with two new attributes in Entity A. Each of those attributes is a boolean, and is set as derived and optional. Each references an optional boolean on Entity B. None of the attributes on either entity is set as scalar. For each new derived attribute the derivation is basically a simple, to-one keypath to an object on Entity B. When I add just one of the new attributes - either one - the app functions fine. As soon as I add another attribute, the app crashes on inserting a new object into Entity A. Expanding on this, I find that adding more than one derived attribute at all to any entity is causing a crash upon inserting a new object into that entity.The error is simplyThread 1: signal SIGABRTwith no reason given.This seems like crazy behavior to me. Is anyone else having an issue like this? Or do you have an idea of why I might be having this issue?
Could the issue possibly be the use ofsynchronize? According to the docs we are not supposed to use it anymore. It isn't officially deprecated, but it is not supposed to be used.