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 602 forks source link

Won't build with Carthage and Xcode 14.3 #358

Open electricalen opened 1 year ago

electricalen commented 1 year ago

New Issue Checklist

Environment

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)
dazzli commented 1 year ago

The same at my project! Please update a bit this beauty

kishorepran commented 1 year ago

@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

kishorepran commented 1 year ago

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

ryukukimura commented 10 months ago

I have the same problem. I would like to continue using OHHTTPStubs in Xcode 14.3.1 as well.

Liquidsoul commented 10 months ago

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

adamsousa commented 7 months ago

Any updates on this?

AliSoftware commented 7 months ago

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.