Once you have created your Xcode project, import the SCiO API files to the project:

  1. Extract the ScioSDK.zip file and copy ScioSDK.framework package to your Frameworks folder.
  2. Open the Target/General panel and drag ScioSDK.framework to Embedded Binaries
  3. A copy dialog opens. Click Finish.
  4. Click + in the Linked Frameworks and Libraries section and select CoreBluetooth.framework in the scanviewcontroller file.

Congratulations! You are now ready to start developing your app.