我遵循了salesforce描述的步骤,并通过可可豆安装了iOS -mobile到一个现有的iOS Swift项目中。不幸的是,没有找到头文件。
是否缺少对路径的引用?
谢谢你的帮助。

发布于 2015-11-16 15:32:36
我解决了这个问题:
当前的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'
endhttps://stackoverflow.com/questions/33691284
复制相似问题