如何将zoho 'Mobilisten'集成到xcode 11



我正在尝试通过 pods 将"Mobilisten"添加到 xcode 11,但收到错误"使用 Swift 5.0.1 编译的模块无法由 Swift 5.1 编译器导入"。

你应该尝试更新到 Mobilisten 3.1.0
您可以在此处找到更新的发行说明。

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'Project Target' do
use_frameworks!
pod 'Mobilisten', '3.1.0'
end


将上述版本的 Mobilisten 添加到您的 Podfile 中并运行pod repo update && pod install

根据所使用的 Swift/Xcode 版本,您始终可以在安装页面中找到 Mobilisten 的兼容性矩阵。

相关内容

  • 没有找到相关文章

最新更新