Configure Xcode
The following steps are required in your Xcode configuration in order to be able to implement the Cloneable SDK into your iOS app
Step 1 - Build Settings
In order for the Cloneable SDK to work all of the following settings must be set in your xcode app targets build settings
Other Linker Flags
Add -ObjC
to Other Linker Flags

Camera Usage Description
The Cloneable SDK makes use of the camera on the device. In order to request permission from the user and pass app store review you must provide a detailed explanation for the usage of the camera. Search NSCameraUsageDescription

Location When In Use Description
The Cloneable SDK makes use of the devices location. Like the camera, you must provide a detailed description for the usage of the location of the device. To find the setting search NSLocationWhenInUseUsageDescription

Xcode is now setup and your app should be able to successfully build with Cloneable imported
Last updated