Building42 / Telegraph

Secure Web Server for iOS, tvOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 14.1/2 - Redefinition of enumerator error

jarekdominiak opened this issue · comments

Hi, new version of Xcode 14.2 displays errors during compiling inside HTTPCParser, could someone help resolve that issue?. The same situation is for Xcode 14.1
187712807-75d1efd9-307c-4415-93ed-8947bb3e1cdb

commented

I have the same issue now for Xcode 14.2 , anyone know hot wo fix it?
@yvbeek

Are you running into these issues in your own project or in the Telegraph workspace?
If you run into these issues in your own project, please let me know which form integration you are using.

A few minutes ago I've done a couple of commits to update the project for Xcode 14.2

I am running into these issues in my own project. I use cocoapods to integrate Telegraph

commented

it ok when use swiftPM, but it's not work in pod

Unfortunately I'm not sure if there is a way that I can automatically test a CocoaPods integration with GitHub Actions. When I get around to deploying a new version of Telegraph, I'll run a small test project and see why it is throwing these errors for the HTTPParserC code.

I do recommend to use SwiftPM in your project if possible. Development on CocoaPods is slowing down.

Same issue here. Anyone was able to solve it?

Hi @yvbeek, I'm also experiencing this problem. Unfortunately using CocoaPods is a hard requirement in my case. Would you be willing to merge the contribution in a timely manner? Thanks in advance!