Linking Your Frameworks Without Modules
Link your project with the following frameworks:
- AdSupport.framework
- CoreGraphics.framework
- CoreLocation.framework
- CoreTelephony.framework
- MediaPlayer.framework
- QuartzCore.framework
- StoreKit.framework
- SystemConfiguration.framework
- UIKit.framework
- CFNetwork.framework
Manually Installing
Confused about what these frameworks are used for? Learn more here.
Adding the Linker Flags
Add the -ObjC
linker flag to your project.
- Open the Build Settings
- Add in the Other Linker Flags row:
Manually Installing Other Linker Flags
Warning
You must initialize the SDK on app start for accurate DAU calculations.