IDTech iOS/OSX SDK Guide  1.1.068
API reference for UniPay III
 All Classes Functions Variables Properties Pages
Import the necessary framework/libraries

Communicating with the IDTech Devices requires the following framework to be imported into the project:

  • IDTech.framework

Also, import the following resource bundle:

  • IDTech.bundle

During runtime, any third party frameworks your cocoa application references optionally can be located in the /Library/Frameworks folder. As a first step, place the IDTech.framework package in the /Library/Frameworks folder. Optionally, you can create a symbolic link to the IDTech.framework within the /Library/Frameworks folder.

Under Build Phases, select Link Binary With Libraries and click the Add (+) button

new5.png

On the Choose Frameworks screen, click "Add Other" in the lower left

new3.png

Navigate to the IDTech.framework folder (/Library/Frameworks/), and click "Open"

new4.png

Link another library. Under Copy Bundle, click the Add (+) button, click "Add Other", navigate to and select the IDTech.bundle file and click "Open"

new6.png

new7.png

bundle3.png

The Build Phases should now include the required frameworks/libraries for IDTech

new8.png