Manual installation manual

Please follow the procedure below to create it.

  1. Added framework

  2. Addition of Libraries

  3. Target> Build Settings setting

  4. 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.

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
Last Updated: 7/21/2020, 4:39:55 PM