答案 0 :(得分:0)
我能够解决这个问题:
当前的SalesForceMobileSDK不支持Frameworks。不要取消注释
# 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