Same problem here I tried everything but nothing works.... I have a closure that should be called .. but on the call the crash occurs
Post
Replies
Boosts
Views
Activity
Did you found any solution ?
I found the solution:
Somebody:
This is expected behavior as the simulator lacks the capability to run this request. Running on an actual device will resolve the issue.
I have the same Issues. Sometime breakpoint in Package which is clearly Build and running will ne stopped. Prints works.
Sometimes autocompletion don't work too.
Strange problem since a few versions
I think I have the same Problem in the Xcode 15 final version:
https://developer.apple.com/forums/thread/737908
https://feedbackassistant.apple.com/feedback/12534155
Maybe https://developer.apple.com/forums/thread/697503?login=true&page=1#700796022 can help you
Hi.
I had the same problem and I found out that the metadata contains an invalid orientation value which result in the crash you described. I can reproduce it by setting the orientation to 0.
The cash helped me to find the problem
IIOGetExifOrientation + 48
"{TIFF}" = {
.....
Orientation = 0;
}
Only 1-8 are valid values for the orientation:
https://www.awaresystems.be/imaging/tiff/tifftags/orientation.html