objective c - Add zxing to XCode 4 -


i adding zxing project.

  • i first copied iphone folder project directory.

  • then copied cpp folder project directory.

  • dragged zxingwidget.xcodeproj xcode.

  • added dependency.

  • linked library.

  • now header search paths, don't know put. here's setup looks like: enter image description here

for header search paths, entered:

  • “zxing/iphone/zxingwidget/classes"
  • “zxing/cpp/core/src/”

but when try import qrcodereader.h it's telling me it's not found. guessing has header search paths. can firm paths entered correct? if not, wrong? thanks.

be sure recursive check box has been checked in build settings zxingwidget/classes added header search paths.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -