OHHTTPStubs
OHHTTPStubs copied to clipboard
Won't build with Carthage and Xcode 14.3
New Issue Checklist
- [X ] I have tried with the latest version of OHHTTPStubs
- [X ] I have read the README
- [X ] I have read the Using the right Swift Version of
OHHTTPStubs
for your project section - [X ] I have searched in the existing issues
- [X ] I have read the OHHTTPStubs wiki to see if there wasn't a detailed page talking about my issue
Environment
- version of OHHTTPStubs: 9.1.0
- integration method you are using:
- [ ] Cocoapods
- [ X] Carthage
- [ ] submodule
- [ ] other
- version of the tool you use: 0.38.0
Issue Description
Library will not build using Xcode version 14.3. The error is related to the deployment target being set to 8.0, where the minimum for Xcode 14.3 is 11.
Complete output when you encounter the issue (if any)
The same at my project! Please update a bit this beauty
@electricalen , @dazzli , similar issue here, I guess the workaround is to use Xcode 14.2 or below. OR raise a pr which fixes this for carthage + SPM + cocoapods.
We have have few pr already in pipeline for this issue but none of them address the concerns for all the 3
Hi @jeffctown , are there any plans to update the pod spec to 9.0 as well...? Is it okay to submit a pr as done for SPM here thanks. I would love to collaborate and help maintain this repo.
CC: @AliSoftware / @Liquidsoul
I have the same problem. I would like to continue using OHHTTPStubs in Xcode 14.3.1 as well.
Thank you all for your patience, I'll try to see if I can fix this 🙇
See my comment here : https://github.com/AliSoftware/OHHTTPStubs/pull/361#issuecomment-1778720515
Any updates on this?
Sorry for the very long delay on this, I've been away from OSS for quite a long time and I know that have caused this to stale for way too long.
I've commented in https://github.com/AliSoftware/OHHTTPStubs/pull/361#issuecomment-1887481602. TL;DR we'll need that PR to be finalized with .podspec
updates (or have @Liquidsoul create a PR for his branch already containing the necessary changes) and then I'll be able to land the PR.