Telegraph icon indicating copy to clipboard operation
Telegraph copied to clipboard

Xcode 14.1/2 - Redefinition of enumerator error

Open jarekdominiak opened this issue 2 years ago • 7 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

jarekdominiak avatar Jan 19 '23 10:01 jarekdominiak

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

dancewithnet avatar Feb 07 '23 06:02 dancewithnet

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

yvbeek avatar Feb 26 '23 22:02 yvbeek

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

jarekdominiak avatar Feb 27 '23 07:02 jarekdominiak

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

dancewithnet avatar Feb 27 '23 15:02 dancewithnet

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.

yvbeek avatar Mar 01 '23 03:03 yvbeek

Same issue here. Anyone was able to solve it?

pierdr avatar Apr 14 '23 22:04 pierdr

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!

bartekpacia avatar Nov 29 '23 12:11 bartekpacia

This should be resolved in the latest commits

yvbeek avatar Mar 31 '24 23:03 yvbeek