AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
MIT License
5.03k stars 601 forks source link

Any plans to support swift 4.x? #278

Closed Nonnus closed 6 years ago

Nonnus commented 6 years ago

New Issue Checklist

Environment

Issue Description

Whenever i try to rebuild OHHTTPStubs with XCode 9.x / Swift 4.x using carthage i get a warning stating framework was build with swift 3.1

Complete output when you encounter the issue (if any)
*** Skipped installing OHHTTPStubs.framework binary due to the error:
    "Incompatible Swift version - framework was built with 3.1 (swiftlang-802.0.53 clang-802.0.42) and the local version is 4.1 (swiftlang-902.0.48 clang-902.0.37.1)."
AliSoftware commented 6 years ago

See #277