I am working on starting up a project that uses Backendless and am following the quick start guide that uses CocoaPods to install it.
Installing the pods went fine, but I can't use Backendless. I get a 'No such module` error. The other pod works fine.
Here is my Podfile
:
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'Chatter' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Chatter
pod 'Napalm', :git => 'https://github.com/Napalm-Framework/Napalm.git'
pod 'Backendless'
end
A few things to note:
I am still not sure why using the pods wasn't working, but I found some instructions here on how to install Backendless manually. Problem solved!