AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans to support swift 4.x?

Nonnus opened this issue · comments

New Issue Checklist

Environment

  • version of OHHTTPStubs: [LIB VERSION HERE]
  • integration method you are using:
    • Cocoapods
    • Carthage
    • submodule
    • other
  • version of the tool you use: [INSERT VERSION HERE]

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)."