I have integrated the Zxing Library for QRCode Reader in one of my iPhone app.

It was running fine when I was using iOS 4.3 SDK.

But after I have installed iOS 5 SDK and Mac OS Lion on my Mac, it has started giving errors like

enter image description here

How can it be resolved?

I have googled this for many hours but didnt fin a proper solution.

Please help and Suggest

Thanks

link|improve this question

1  
Are you running the latest code out of svn? There hasn't been a release since iOS went public so there may be changes you're missing. Are you compiling with Xcode 4.2? There are problems with earlier Xcode versions and they aren't tested with current code. If you still have the problem, you'd need to show more detail. Selecting the error, then right-click >> "reveal in log" should show the raw compiler error (though it depends on the compiler). – smparkes Oct 20 '11 at 16:23
feedback

1 Answer

up vote 1 down vote accepted

I was going mad with that problem, but I found the solution!

Redownload the 1.7 version, replace all files, build, close xcode and rebuild the project! It should work :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.