Closed NikSativa closed 5 years ago
Builds seem to be failing due to SWIFT_VERSION
not being set appropriately?
did update both projects and all targets/framworks to the latest version of xcode 9.1 and swift version 4.0. all warnings and errors are fixed
Doesn't Xcode 9.1 require Swift 4.0.2 instead of 4.0?
no, 4.x required 4.0.2 is the minor update
Yeah but for people using Carthage, which builds the framework based on the settings in the Xcode project before linking it to the integrating product, they'll probably want the framework to be built with the latest Swift ABI & version, so 4.0.2 ?
xcode contains only 1 integrated version inside thats why xcode 9.0 will contain 4.0, but xcode 9.1 - 4.0.2 and inside project/target setting the version will be the same 4.0 see screenshot:
:+1: (Full disclosure: I only checked from the github web interface as I was on my phone and not at a computer, sorry)
@NikSativa - Hey there! We just released version 7 of OHHTTPStubs which is compatible with Xcode 10 and Swift 4.x, so I am closing this PR out, but I wanted to say thank you for submitting it! We really appreciate the community support!
We actually thanked you directly in the release notes.
Checklist
Description
Motivation and Context