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

iOS 11 zbar not showing #117

Open
cychong opened this issue Sep 25, 2017 · 6 comments · May be fixed by #122
Open

iOS 11 zbar not showing #117

cychong opened this issue Sep 25, 2017 · 6 comments · May be fixed by #122

Comments

@cychong
Copy link

cychong commented Sep 25, 2017

The zbar did not appear when I try to launch in iOS11, and when launch again it say "A scan is already in progress". Try on iOS10 it's working fine.

@rwresham038
Copy link

I am also facing same issue, any solution ?

@DragonSkyMine
Copy link

DragonSkyMine commented Sep 27, 2017

I have the same issue with Xcode 9.0, but by compiling the same project with Xcode 8.3.3 my app work on IOS 11
To get Xcode 8.3.3 : https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_8.3.3/Xcode8.3.3.xip

@jonnywhite
Copy link

Thanks @DragonSkyMine

When I try running on a test device with xcode 8.3 I get the following error:

This iPod touch (6th generation) is running iOS 11.0.2 (15A421), which may not be supported by this version of Xcode.

Did you manage to overcome this?

@jonnywhite
Copy link

I managed to get this working. Although I couldn't run on the test device directly from Xcode, I could run it if I uploaded to itunes and installed via testflight. The barcode scanner did then work. Thanks for the tip @DragonSkyMine !!

@phongphan
Copy link

phongphan commented Oct 18, 2017

If you don't want to downgrade xcode to 8.3.3. You could use mine (#122), or #120 if you don't care about hiding the Info button

@sagarpdesai
Copy link

After scratching my head over this for 2 days, I finally switched to this plugin and things have worked well since then.
cordova plugin add phonegap-plugin-barcodescanner
Details:
https://www.sitepoint.com/scanning-qr-code-cordova/
Note: cordova-plugin-barcodescanner kept giving errors in Android, but phonegap-plugin-barcodescanner worked.

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

Successfully merging a pull request may close this issue.

6 participants