In order to use CMMobileTimelineSDK, you need to import the mentioned framework as well.
Required Versions
Name |
Version |
iOS |
12.0 |
Xcode |
12.2 |
CMMobileSDK |
v5.2.7 |
Importing required frameworks into your project
- Install CocoaPods on your Mac if necessary (follow instructions at official site).
- Open Terminal.
- Run "cd" command to folder which contains your project.
- Run "pod init" command, it will create Podfile at containing folder.
Open Podfile and insert next text:
- Save and close Podfile
- Run "pod install" commands. Note: close Xcode before executing command.
- YourProjectName.xcworkspace file was generated, open your project with this file now, not YourProjectName.xcodeproj.