Can somebody tell me whether TiBar (ZBar) currently works with the Titanium 1.7.5 release? I am getting the message "Couldn't find module tibar". I have updated the tiapp.xml with the following:
<modules> <module version="0.4.2">tibar</module> </modules>
This is the proper release I have downloaded and placed in the Library/Application Support/Titanium folder.
I have also added the various Xcode frameworks to support the module and followed the detailed instructions found on the net for this topic (we all know what they are).
So my question is, is this now being blocked somehow to force developers into using the "official" barcode scanner solution offered by Titanium? Or am I perhaps missing something.
Corollary: ZXing? Can this be integrated with Titanium under the 1.7.5 release? Or am I going to be faced with the same problem?
Thanks!
2 Answers
I think you may need to use the version from the market place. At work we just integrated it into an app and we used the market place one and it works without any issues.
Well worth the subscription. + you get more support.
You must add the modules library in your titanium project. On the same level as "Resources".
Your Answer
Think you can help? Login to answer this question!