google-code-export / tibar

Automatically exported from code.google.com/p/tibar
1 stars 0 forks source link

Iconv framework not working #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The problem description:

When i try to install as described on the wiki homepage 
http://code.google.com/p/tibar/ ,
I add all the frameworks that are required and I get the following errors:

 "_iconv_open", referenced from:
      _qr_code_data_list_extract_text in libtibar.a(qrdectxt.o)
  "_iconv", referenced from:
      _qr_code_data_list_extract_text in libtibar.a(qrdectxt.o)
  "_iconv_close", referenced from:
      _qr_code_data_list_extract_text in libtibar.a(qrdectxt.o)
  "_CVPixelBufferRetain", referenced from:
      -[ZBarCVImage setPixelBuffer:] in libtibar.a(ZBarCVImage.o)
  "_CVPixelBufferRelease", referenced from:
      -[ZBarCVImage setPixelBuffer:] in libtibar.a(ZBarCVImage.o)
  "_CVPixelBufferLockBaseAddress", referenced from:
      -[ZBarCVImage convertCVtoRGB] in libtibar.a(ZBarCVImage.o)
  "_CVPixelBufferGetWidth", referenced from:
      -[ZBarCVImage convertCVtoRGB] in libtibar.a(ZBarCVImage.o)
  "_CVPixelBufferGetHeight", referenced from:
      -[ZBarCVImage convertCVtoRGB] in libtibar.a(ZBarCVImage.o)
  "_CVPixelBufferGetBytesPerRowOfPlane", referenced from:
      -[ZBarCVImage convertCVtoRGB] in libtibar.a(ZBarCVImage.o)
  "_CVPixelBufferGetBaseAddressOfPlane", referenced from:
      -[ZBarCVImage convertCVtoRGB] in libtibar.a(ZBarCVImage.o)
  "_CVPixelBufferUnlockBaseAddress", referenced from:
      -[ZBarCVImage convertCVtoRGB] in libtibar.a(ZBarCVImage.o)

I tried changing libiconv by libiconv2 and libiconv.0.4.2 but it doesn't change 
anything.

What version of the product are you using? On what operating system?
Titanium Mobile SDK: 4.3
Titanium Developer: 1.2.2
XCode: 4.1
iOS: 4.3 (?)
iPhone: Simulator
iPhone iOS: iOS 4.3 (?)

Original issue reported on code.google.com by pa...@creativepandas.com on 6 Oct 2011 at 10:27

GoogleCodeExporter commented 9 years ago
I've got the exact same problem, 
the module not found error stays and in Xcode i get the same errors as decribed 
above.
Only difference is that I use Xcode 4.2 and titanium SDK 1.7.3

any fixes?

thanks!

Original comment by peterkop...@gmail.com on 2 Nov 2011 at 9:01

GoogleCodeExporter commented 9 years ago
I got it to work by adding the frameworks in Xcode again. 
First that didn't work, but now it does, 
zo i'm up and running!

Original comment by peterkop...@gmail.com on 2 Nov 2011 at 11:22