lyimin / beautifulApp

this is a beautiful app-Swift4(最美应用) 0.0
886 stars 214 forks source link

pod install 安装之后报错 #7

Open jianghongyu00 opened 7 years ago

jianghongyu00 commented 7 years ago

在安装之后,Moya版本 (8.0.0-beta.6), 开始在模拟器上运行 moya中的Endpoint.swift报错 module file's minimum deployment targer is ios9.0 v9.0

lyimin commented 7 years ago

iOS Deployment target设置iOS9.0试试

jianghongyu00 commented 7 years ago

moya已经包含了'Alamofire,在podfile文件中需要删除 pod 'Alamofire', '>4.0.0',然后重新pod install才能运行

lijianrun commented 7 years ago

更新了pod库文件 然后extension APIConstant: TargetType 报错 枚举类型 和 TargetType 类型不一致 不能遵守该协议 怎么解决一下