You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building SwiftDate using Carthage fails because in SwiftDate/Supports/Commons.swift the method combineHashValues doesn't account for the architecture type: arm64_32 which seems to have been added in Xcode 10.
Building SwiftDate using Carthage fails because in
SwiftDate/Supports/Commons.swift
the methodcombineHashValues
doesn't account for the architecture type:arm64_32
which seems to have been added in Xcode 10.RxSwift ran into this same problem and this is how they fixed it:
https://github.com/ReactiveX/RxSwift/pull/1740/files
The text was updated successfully, but these errors were encountered: