Integrate Low level sdk
Integration with pod
We have configured the XCframework with pod. You can install the sdk by adding the pod dependency to your project. If you have not configures the pod dependency then please follow the below steps to add the pod depenency -
- Open the terminal
- Command on the terminal: sudo gem install cocoapods
- Set your project path in the terminal.
- Command: pod init
- Go to the pod file of your project and add the pod which you want to install
- Added in the pod file: pod 'RWRiderSDK'
- Command: Pod install
- Close the Xcode project
- open your project from the terminal
- Command: open
.xcworkspace
If You have already added the pod depencency to you project then please skip the above 5 steps and follow after 5th step.
Please find the below pod details -
pod 'RWRiderSDKAPI'
Github repo -