Skip to content
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

QRCodeReader was compiled with optimization - stepping may behave oddly; variables may not be available. #149

Open
Jaspur opened this issue Sep 23, 2018 · 2 comments

Comments

@Jaspur
Copy link

Jaspur commented Sep 23, 2018

Getting error in Swift 4.2:

QRCodeReader was compiled with optimization - stepping may behave oddly; variables may not be available.

@yannickl

@yannickl
Copy link
Owner

In which case you have this warning (or error)?

@Jaspur
Copy link
Author

Jaspur commented Sep 24, 2018

@yannickl it's a crash when using the package in a swift 4.2 project. When triggering the QRcode reader, Xcode crashes with the error:


2018-09-24 09:52:00.727995+0200 the-app-name[37527:1689948] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform.

INFO : BSG_KSCrash.m (325): -[BSG_KSCrash sendAllReportsWithCompletion:]: Sending 0 crash reports
objc[37527]: Class AXAccessQueue is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities (0x12bc24780) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport (0x12d3b3888). One of the two will be used. Which one is undefined.
objc[37527]: Class AXAccessQueueTimer is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities (0x12bc21d50) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport (0x12d3b38d8). One of the two will be used. Which one is undefined.
2018-09-24 09:52:22.570206+0200 the-app-name[37527:1689948] [AXMediaCommon] Unable to look up screen scale
2018-09-24 09:52:22.570301+0200 the-app-name[37527:1689948] [AXMediaCommon] Unexpected physical screen orientation
2018-09-24 09:52:22.592396+0200 the-app-name[37527:1689948] [AXMediaCommon] Unable to look up screen scale
2018-09-24 09:52:22.594936+0200 the-app-name[37527:1689948] [AXMediaCommon] Unable to look up screen scale
2018-09-24 09:52:22.594998+0200 the-app-name[37527:1689948] [AXMediaCommon] Unexpected physical screen orientation
QRCodeReader was compiled with optimization - stepping may behave oddly; variables may not be available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants