iphone - error in zxing api -


i have downloaded zxing apis net , included 6 needed frameworks, still getting error like:

  • 'avcapturedevice' undeclared (first use in function).

  • 'avcapturetorchmodeon' undeclared (first use in function)

plz guide me how solve.

thanks.

you need add avfoundation framework. if have done this, check enabled target building.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -