To integrate the iOS framework into your app:
Install the latest version of Carthagearrow-up-right.
Add the iOS framework line to your cartfile:
cartfile
github "Clearent/iOS-framework"
Run the following command in the root folder of your project:
Carthage update
It imports a copy of the iOS framework and builds in the local folder Carthage/Build path.
Move the iOS framework from the Carthage/Build folder to the Embedded Binaries section in the General settings tab of your iOS app’s target.
Click the + icon.
Select New Copy Files Phase to copy debug symbols for debugging and crash reporting on iOS app.
Click the Destination menu.
Select Products Directory from the dropdown options.
Select the corresponding dSYM file from the iOS framework folder and upload the dSYM file.
Last updated 14 days ago
Was this helpful?