Manual installation manual
Please follow the procedure below to create it.
Added framework
Addition of Libraries
Target> Build Settings setting
Target> Build Phases> Link Binary With Libraries setting
1. Add framework
Please download "Geniee-iOS-SDK" from the link below.
- [Library Download] (https://github.com/geniee-ssp/Geniee-iOS-SDK)
 
Import the framework into the project.
Please drag and drop the following framework into the Frameworks folder.
- GNAdSDK.framework
 
2. Added Libraries
Please add the following to the Libraries folder. (In Geniee - iOS - SDK - v. X. X. X -> GenieeAdsSDK -> libs)
- Reachability.h
 - Reachability.m
 - KissXML (Please add each folder.)
 
3. Target> Build Settings Settings
Other Linker Flags
Please add the following.
- -lxml2
 - -fobjc-arc
 
Enable Modules (C and Objective-C)
Please set it to YES.
4. Target> Build Phases> Link Binary With Libraries setting
Please add the following.
- AdSupport.framework
 - AudioToolbox.framework
 - AVFoundation.framework
 - CoreFoundation.framework
 - CoreGraphics.framework
 - CoreLocation.framework
 - CoreMedia.framework
 - CoreTelephony.framework
 - Foundation.framework
 - libxml2.2.tbd
 - MessageUI.framework
 - QuartzCore.framework
 - SystemConfiguration.framework
 - UIkit.framework