Steps Project
This project is a demo iOS app to show how to integrate our decoding library in an iOS application. To make it work, just follow the few steps below :
- Add the framework to your project
 - Project Settings :
- Disable bitcode in your project settings
 - C++ language Dialect should be switched to Compiler Default
 - C++ Standard Library should be libc++ (LLVM c++... )
 
 - In the linked framwork you want to add libc++.tbd from the system libraries
 - Also download and add OpenCV OpenCV ios Framework openCV 4.3.0.
 - You can import the module
 - Add an entry with the key "Privacy - Camera Usage Description" in your project-name-info.plist file to allow your app to access the camera
 - You can Import the necessay dependcies by module or header
 - If you're using qrcode, it's now needed to use the 
-all_loadin the "other compiler flags" in your project.