jonathannaguin / BarcodeScanner

cross-platform BarcodeScanner for Cordova / PhoneGap
53 stars 30 forks source link

Required libs and frameworks for ios #4

Closed alekseypotapov-dev closed 10 years ago

alekseypotapov-dev commented 10 years ago

There're libs, required to make this stuff work:

AudioToolbox Framework
AVFoundation Framework 

and

libiconv.dylib

Just in case one faces this problem

(may be should be added to readme)

jonathannaguin commented 10 years ago

Hi there,

Yes, those libs are needed, but they have been already added in the plugin.xml following the Cordova format. No need to mention it in the README.

alekseypotapov-dev commented 10 years ago

You're right. But those, who use (like me) terminal:

cordova plugin add <repo_name>

You should include these libs

P.S. In readme the link https://github.com/apache/cordova-plugman/blob/master/plugin_spec.md is broken

jonathannaguin commented 10 years ago

I am using the terminal as well and the command add automatically the frameworks on my project...