Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 5.1 Support #317

Open
5 of 8 tasks
piersebdon opened this issue Sep 25, 2019 · 4 comments
Open
5 of 8 tasks

Swift 5.1 Support #317

piersebdon opened this issue Sep 25, 2019 · 4 comments

Comments

@piersebdon
Copy link

New Issue Checklist

Environment

  • version of OHHTTPStubs: 6.2.0
  • integration method you are using:
    • [x ] Cocoapods
    • Carthage
    • submodule
    • other
  • version of the tool you use: 1.7.5

Issue Description

Xcode and Swift 5,1 have both been shipped recently and it would be great to get support added for Swift 5.1.

The project that I am working on using OHHTTPStubs is working in Swift5.0 and Xcode 10.3 but not in Xcode 11 and Swift 5.1

@jeffctown
Copy link
Collaborator

@Piers12 - I believe this may be resolved. Versions 8 and 9 both support Xcode 11 and swift 5.x. Let me know if you see otherwise.

@msavula
Copy link

msavula commented Mar 27, 2020

it does work with Carthage integration, but doesn't with spm. Xcode 11.4

@rockebee
Copy link

rockebee commented Apr 29, 2020

@jeffctown
Following this topic up, I also get same error message with Carthage and OHHTTPStubs v8.0.
Unfortunately I'm not able to refactor code to v9.0 at the moment, but as a general question: Is there a chance to create builds with BUILD_LIBRARIES_FOR_DISTRIBUTION=yes in order to ensure module stability across newer Swift releases? (feature had been introduced with Swift 5.1 last year)

Ideally not only the newer v9, but also a version 8.0.1 could be provided ...?!

Thanks for support!

@SeanAshley5
Copy link

New Issue Checklist

Environment

  • version of OHHTTPStubs: 6.2.0

  • integration method you are using:

    • [x ] Cocoapods
    • [ x] Carthage
    • submodule
    • other
  • version of the tool you use: 1.7.5

Issue Description

Xcode and Swift 5,1 have both been shipped recently and it would be great to get support added for Swift 5.1.

The project that I am working on using OHHTTPStubs is working in Swift5.0 and Xcode 10.3 but not in Xcode 11 and Swift 5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@jeffctown @msavula @piersebdon @rockebee @SeanAshley5 and others