我正在开发一个使用Backendless的项目,并遵循使用CocoaPods安装它的quick start guide。
安装pod很好,但我不能使用Backendless。我得到一个'没有这样的模块'错误。另一个pod工作正常。
这是我的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
有几点需要注意:
答案 0 :(得分:0)
您应该在桥接标题中添加一行:
您也可以调查此主题: http://support.backendless.com/topic/cant-get-ios-sdk-working-after-xcode-8-update
答案 1 :(得分:0)
我仍然不确定为什么使用pod不起作用,但我找到了一些关于如何手动安装Backendless的说明here。问题解决了!