Integrate iOS framework
1
2
github "Clearent/iOS-framework"3
Carthage update4
5
6
7
8
9
Last updated
Was this helpful?
To integrate the iOS framework into your app:
Install the latest version of Carthage.
Add the iOS framework line to your cartfile:
github "Clearent/iOS-framework"Run the following command in the root folder of your project:
Carthage updateIt 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
Was this helpful?
Was this helpful?

