OHHTTPStubs icon indicating copy to clipboard operation
OHHTTPStubs copied to clipboard

Won't build with Carthage and Xcode 14.3

Open electricalen opened this issue 1 year ago • 7 comments

New Issue Checklist

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)

electricalen avatar May 03 '23 22:05 electricalen

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

dazzli avatar Jun 01 '23 19:06 dazzli

@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 avatar Jul 15 '23 07:07 kishorepran

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

kishorepran avatar Jul 15 '23 07:07 kishorepran

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

ryukukimura avatar Oct 24 '23 08:10 ryukukimura

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

Liquidsoul avatar Oct 25 '23 08:10 Liquidsoul

Any updates on this?

adamsousa avatar Jan 10 '24 19:01 adamsousa

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.

AliSoftware avatar Jan 11 '24 16:01 AliSoftware