Add Frameworks in Xcode
The SDK depends on the following frameworks to function properly. Follow the steps to add the necessary frameworks to your project.
Procedure
- Select the project in the Groups & Files pane in Xcode.
- Ensure that the proper target is selected on the left side, select the Build Phases tab.
- Expand the Link Binary With Libraries section.
- Select the + button at the bottom of the section to add the required frameworks.
- Select each one of the following frameworks and select Add.
- Accelerate.framework
- AssetsLibrary.framework
- AudioToolbox.framework
- AVFoundation.framework
- CFNetwork.framework
- CoreData.framework
- CoreFoundation.framework
- CoreGraphics.framework
- CoreLocation.framework
- CoreMedia.framework
- CoreMotion.framework
- CoreTelephony.framework
- CoreText.framework
- CoreVideo.framework
- Foundation.framework
- ImageIO.framework
- Libc++.tbd
- Libsqlite3.tbd
- Libz.tbd
- libxml2.tbd
- LocalAuthentication.framework
- MediaPlayer.framework
- MessageUI.framework
- MobileCoreServices.framework
- QuartzCore.framework
- SafariServices.framework
- Security.framework
- SystemConfiguration.framework
- UIKit.framework
- WebKit.framework