我已经按照 salesforce 描述的步骤通过可可豆荚将 iOS-mobile-sdk 安装到现有的 iOS Swift 项目中。不幸的是,没有找到头文件。
是否缺少对路径的引用?
谢谢你的帮助。
我能够解决这个问题:
当前的 SalesForceMobileSDK 不支持框架。不要取消注释
# use_frameworks!
在 podfile 中:
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!
target 'ApproverApp' do
pod 'SalesforceMobileSDK-iOS'
end