Integrating the iOS framework into your app
PreviousPairing the card reader with an iOS deviceNextSetting up the iOS framework in your Objective-C app
Last updated
Was this helpful?
Last updated
Was this helpful?
To integrate the iOS framework into your app:
Install the latest version of .
Add the iOS framework line to your cartfile
:
Run the following command in the root folder of your project:
It imports a copy of the iOS framework and builds in the local folder Carthage/Build path.
Move the Clearent 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.