Add Insight Mobile (iOS) SDK to your project
Add the SDK using CocoaPods
Copy the SDK directory to your project (at the same level as your Podfile).
Add a Pod
'ConnectSDK', :path => 'ConnectSDK'
to your Podfile.Run
pod install
.
Add the SDK manually
From the ConnectSDK directory, drag the
ConnectSDK.xcframework
to the Embedded Binaries section of the Xcode’s General tab.
![AddSDK.png](../../image/uuid-6a72c071-84b2-baba-1bc4-6071c6ec94a5.png)