Giter Site home page Giter Site logo

can't build on ios8 iphone5s about cszbar HOT 4 CLOSED

tjwoon avatar tjwoon commented on July 20, 2024
can't build on ios8 iphone5s

from cszbar.

Comments (4)

tjwoon avatar tjwoon commented on July 20, 2024

Hi DynamicLeo,

Looks like the library file distributed by the ZBar team does not include
support for x86_64, which is required by the simulator only.

I think you would be able to compile for an actual device with no problems.

I will look into a way to include x86_64 support, but I can't promise when
I will be able to do it, so in the meantime, perhaps you can try this:
http://stackoverflow.com/a/24587494

Regards,
TJ
On Sep 21, 2014 9:19 AM, "DynamicLeo" [email protected] wrote:

I really like this plugin but when I build it on ios8 iphone5s it has some
wrong

ld: warning: ignoring file
/Users/apple/eee/platforms/ios/eee/Plugins/org.cloudsky.cordovaplugins.zbar/libzbar.a,
missing required architecture x86_64 in file
/Users/apple/eee/platforms/ios/eee/Plugins/org.cloudsky.cordovaplugins.zbar/libzbar.a
(3 slices)
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_ZBarReaderViewController", referenced from:
objc-class-ref in CsZBar.o
"_ZBarReaderControllerResults", referenced from:
-[CsZBar imagePickerController:didFinishPickingMediaWithInfo:] in CsZBar.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)


Reply to this email directly or view it on GitHub
#3.

from cszbar.

PaoloMessina avatar PaoloMessina commented on July 20, 2024

Hi All,
i've solved the problem in my project.
Download directly the zBar libs recompiled for x86_64 support from this link: http://www.nerdvision.net/app-development/ios/zbar-sdk

Then, replace the library into the ZbarSDK folder.

After that you can have this problem, if you try to debug the code it will block execution at the line 64, 65 of CsZBar.m:

// Hack to hide the bottom bar's Info button... http://stackoverflow.com/a/16353530
UIView *infoButton = [[[[[self.scanReader.view.subviews objectAtIndex:1] subviews] objectAtIndex:0] subviews] objectAtIndex:3];
[infoButton setHidden:YES];

For now comment this two line of code, recompile and it works!

from cszbar.

botweb avatar botweb commented on July 20, 2024

Except of commenting the lines out (to be able to hide the info Button) as @PaoloMessina mentioned, you could also replace the first of these lines with the following line (the first index is now 2 except of 1):

UIView *infoButton = [[[[[self.scanReader.view.subviews objectAtIndex:2] subviews] objectAtIndex:0] subviews] objectAtIndex:3];

from cszbar.

tjwoon avatar tjwoon commented on July 20, 2024

Compilation errors are now fixed for both x86_64 (Simulator) and 64-bit ARM, thanks to @PaoloMessina's pull request #11.

As mentioned by @botweb, the Info button in the iOS scanning view remains hidden.

from cszbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.