views:

24

answers:

0

I am currently developing one application which needs the barcode scanning facility for that I am planning to use the scannerkit SDK, What I want is to build the application for the iphone os 3.x+ but the some framework(CoreMedia and CoreVideo) which scannerkit sdk uses are part of os 4.0+, I had linked this two framework weak, so that I can build application in os 3.x+, but still I am enable to build the application, its giving me the error that "framework not found CoreMedia"

I want to build application with this scanning component, and want to give facility to scan product if the device user using is capable of scanning, means if user iphone device version is below 4.0 then they will be directed to enter the barcode manually otherwise they can use the functionality of the scanning.

Even-though I have linked the framework weak its not allowing me to build application for os 3.x+ please let me know is it possible or no if yes then do provide the appropriate solution in which I can build application for os 3.x+ with scanning component installed in it.