Barcode scanner object problem
Hello,
I have a problem with the QR Code Barcode scanner object with iOS exporter.
When I try to open my applicatin in Xcode it fail with a message error like this :
"Failed to load project at 'apppath' for an unknown reason"
Is someone know how to do ?
Thanks by advance
Barcode scanner object problem
I have find the solution for open it in XCode but I steal have a problem .. That the barcode don't return result after scaning.
If I use the iOS exemple that is made with mmf2 itīs ok but won't work if I create one in fusion 2.5.
Is someone ever have this issue ?
Barcode scanner object problem
Have you correctly link frameworks and add Zbar to your project on your Mac ?
Barcode scanner object problem
You've to link :
- libiconv.dylib
- CoreMedia.framework
- CoreVideo.framework
- AVFoundation.framework
- QuartzCore.framework
- libzbar.a
To link these frameworks you've to go in build phases in your XCode project and add them in link binary with libraries