我正在使用Swift 4.2和Xcode 10.1,并且在将RxAlamofire导入到我的项目时,出现错误“无法构建Objective-C模块'RxAlamofire'”。
我试图清理构建文件夹并重新构建。并删除“派生数据”文件夹并重新构建。但是仍然出现相同的错误。任何帮助表示赞赏。 Here is a screenshot of the error I'm getting:
Podfile
platform :ios, '9.0'
use_frameworks!
target 'RiderUser' do
pod "FlagPhoneNumber"
pod "KeychainAccess"
pod "SwiftyJSON"
pod "RxAlamofire"
pod "RxSwift"
end