Prerequisites
Before we dive into using Channelize.io iOS SDKs, ensure that you've the following:
- An application built for iOS 11.0 or above versions.
- Xcode 11.0 and above as your IDE to install and run the SDK.
- An application built in Swift 4.2. If you are running other version of Swift, then add the following code in the
Podfile
. - Please Use
New Build System
in Xcode Workspace Settings. Go to File, then Project Settings or Workspace Settings. Select "New Build System" from the Build System dropdown.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.2'
end
end
end
NOTE: The SDK will only run on real iOS devices, to run on the simulators get another framework file by reaching out to us at support@channelize.io.