Swift安装后库内的Eureka错误

Swift Eureka error inside library after installation

我刚刚从 xmartslab 安装了 Eurika 库 我已经用谷歌搜索了这个问题,不幸的是一无所获

像往常一样将其添加到我的 Podfile 中:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target 'Project' do
pod 'Alamofire', '~> 3.0'
pod 'SDWebImage', '~>3.7'    
pod 'ObjectMapper', '~> 1.1'
pod 'Eureka', '~> 1.5'
pod 'SDWebImage', '~>3.7'
end

安装后出现一堆错误:

什么会导致这个问题。会不会是和其他库不兼容?

我想您使用的是 Xcode 7.2 或更早版本。您必须升级到 Xcode 7.3 或将 Podfile 更改为 pod 'Eureka', '~> 1.4.1'