我无法在Xcode 9.3上构建我的项目。构建失败。但我用的是下面的文件。问题只发生在Pod文件上。
pod 'PromiseKit/Foundation', '~> 1.5.0'
pod 'PromiseKit-AFNetworking', '~> 0.1.7'错误:
PMKPromise *promise = promises[key]; ---> error (Expected method to read dictionary element not found on object of type 'id<NSFastEnumeration,NSObject>')我的项目正在开发Xcode 9.2版本。只发布Xcode 9.3
发布于 2018-04-10 02:19:14
试试下面的豆荚
pod 'PromiseKit/Foundation', '~> 1.7.2'
pod 'PromiseKit-AFNetworking', '~> 0.1.6'发布于 2018-04-09 06:52:39
更新您的吊舱,以便:
pod "PromiseKit/Foundation", "~> 6.0.0"
pod 'PromiseKit-AFNetworking', '~>0.6.0' https://stackoverflow.com/questions/49727008
复制相似问题