iOS Developer Notes
The Cloudonix Mobile SDK uses the following libraries from the iOS SDK:
- VideoToolbox.framework
- GLKit.framework
- libstdc++.tbd
- libicucore.tbd
- libresolv.tbd
While these libraries are not automatically linked in to the project, they are available through the iOS SDK.
To link the project with these libraries (in case the application isn’t already using them):
- In the project’s setting, change to the “Build Phases” view.
- In the “Link Binary With Libraries” section, click the plus sign to add a new library.
- Add each of the libraries listed above.