-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crashes on iOS 17.2.1 After Taking a Photo #42
Comments
Faced same issue in ios 17.2.1 |
Got the same issue, but only in debug mode. Implementing |
I am facing this issue, but on my iPhone 15 Pro on version 17.2.1 I am not being able to reproduce the crash. Could any of you provide me more information? On the other hand, could you review if you have the same issue (crash) with the example project of this repository? Thanks a lot |
It's a tricky one. It looks like the crashes are device dependent. Super rare on my iPad Mini (5th gen) / more regular on my iPhone SE (2020). After updating to 17.2.1 my app also crashes on other occasions when memory intensive things happen (i.e loading a large Image). Will provide crash logs later. |
I am also facing the same issue in iOS 17.2.1 in debug mode. I also added .lldbinit file to increase the timeout. But still the app crashes. |
@vicajilau I have both the entries. Everything was working fine earlier. But after the iOS upgrade, the app crashes when i try to scan a dcument. |
I can confirm that my permission settings are correct. The crash happens only in debug mode and seems to be device dependent (see #42 (comment)). I guess it is a memory issue, since i have Jetsam events on my phone which lead me to assume that the app is killed due to memory pressure. |
If a crash happens I guess there's nothing we can do about it. It's a problem with This is the very basic objective c implementation:
As already mentioned: The crash is device dependent, more or less regular, mostly in debug mode, but probably also in production. The only way would be a complete different scanner library. Any hints? |
did anybody try to capture / evaluate crash reports of his/her app? |
Thnaks for all your investigation. Crash reports of productive apps would be indeed nice to see how many user affects this issue. What about later iOS versions? 17.3 / 17.4 same issue? |
In my case the app crashes without any log output. It's being killed by the system. I migrated to WeScan to avoid the built in iOS scanner. It's less sophisticated but looks more stable... |
My app crashes right after I scan the first photo, everytime on Iphone SE with IOS version 17.3.1, happen in production. But on Iphone 11 it works without crashing. Here is the log I get when the app crash: IOSurface creation failed: e00002bd parentID: 00000000 properties: { |
Description:
After updating to iOS version 17.2.1, users are experiencing crashes in the app when attempting to take a photo. This issue was not present in previous iOS versions.
Steps to Reproduce:
Note:
Please prioritize investigating and addressing this issue as it significantly impacts user experience on the latest iOS release. Thank you!
The text was updated successfully, but these errors were encountered: