-
Notifications
You must be signed in to change notification settings - Fork 89
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
Crash on 'NSInvalidArgumentException' of 'NSLayoutConstraint' in 'Document not recognized' alert. #401
Comments
Hello @ireshetnikov24, thank you for reaching out and reporting the issue. |
@MBrizic01 No, we only get crash reports from live app. Today there is one more similar crash:
From breadcrumbs:
|
Hello @ireshetnikov24 , thank you for sharing this with us. Unfortunately, it doesn't help in understanding what may cause the issue. But we also wanted to check if you are presenting the SDK in the full screen. Although iOS handles it quite well, it can sometimes occur that alert controllers can cause an issue when the SDK is not presented in the full screen. |
@MBrizic01 not exactly. We're used to present it embedded in another view controller. So runner controller is added into wrapping controller (due to our project specifics) using this snippet:
Then wrapping controller is pushed into navigation stack, which is presented in fullscreen. |
Hi @ireshetnikov24, thank you for your response. Could you send support@microblink.com a minimal sample code? You can upload it to G Drive and enable us to access it. We will try to reproduce the issue and understand what is causing it. We suspect it might be due to the embedded VC. |
Hi, we also had the same issue, and the application crashed. Firebase crashlytics gives following error: xcode version : 15.0 |
Same issue happened to us as well. NSInvalidArgumentException PPBlinkID (= 6.4.0) |
Hello @ysoftware , @Vaishnavi610, and whoever might encounter this issue, we cannot reproduce it internally. Could you update to the latest version, 6.7.1, and confirm whether the problem is ongoing? If so, we will include the internal team to investigate it further. Thank you |
We have upgraded to 6.7.1 and I can now confirm that the issue persists. |
Hi @ysoftware and @Vaishnavi610 It would be really helpful for us if you could create a minimal sample application with the SDK and how you are presenting it, as are not able to reproduce the reported crash on our end. If sharing your implementation is not an option here, you can contact us directly at support@microblink.com |
Step 3: Describe the problem
Application crashed twice during last 30 days. It seems like user tried to scan something what wasn't recognised.
Affected devices: iPhone 1, iPhone 14 Pro Max.
OS Versions: 16.6, 16.6.1
Stacktrace:
The text was updated successfully, but these errors were encountered: