tristanhimmelman/AlamofireObjectMapper

podspec dependency AlamofireObjectMapper fail to lib lint

tirrorex opened this issue · 1 comments

Our private lib has AlamofireObjectMapper has a dependency.
Lib lint fails to build even though there is no issue building the project and the lib with xcode directly.
Related to this #266
The issue is fixed and released but the release was not published on cocoapods.
Could you bump the podspec and pod repo push @tristanhimmelman ?

- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code.
- NOTE  | xcodebuild:  note: Using new build system
- NOTE  | [iOS] xcodebuild:  note: Planning build
- NOTE  | [iOS] xcodebuild:  note: Constructing build description
- ERROR | xcodebuild:  AlamofireObjectMapper/AlamofireObjectMapper/AlamofireObjectMapper.swift:109:42: error: ambiguous use of 'map(JSONObject:)'
- NOTE  | xcodebuild:  ObjectMapper.Mapper:9:17: note: found this candidate
- NOTE  | xcodebuild:  ObjectMapper.Mapper<τ_0_0>:4:17: note: found this candidate
- ERROR | xcodebuild:  AlamofireObjectMapper/AlamofireObjectMapper/AlamofireObjectMapper.swift:167:44: error: ambiguous use of 'mapArray(JSONObject:)'
- NOTE  | xcodebuild:  ObjectMapper.Mapper:12:17: note: found this candidate
- NOTE  | xcodebuild:  ObjectMapper.Mapper<τ_0_0>:7:17: note: found this candidate

Hello @tirrorex
#266 was fixed. Could you please check if you get the error with AlamofireObjectMapper 6.1.0?