GCDWebServer icon indicating copy to clipboard operation
GCDWebServer copied to clipboard

How to use this package in iOS Swift 5 project in xcode 13.2 ?

Open Gelembjuk opened this issue 4 years ago • 1 comments

HI All, I try to use GCDWebServer in my iOS app , but all attempts fail. I include packages in my project using Swift Package Manager . This package can be found, but can not be imported. I see it is known error , there is pull request but not accepted. https://github.com/swisspol/GCDWebServer/pull/516

I also tried to clone some copy of this project locally , which includes SPM change and imported it as local package. But it still doesn't work.

In all cases i see "No such module 'GCDWebServer'" when i try "import GCDWebServer"

Are there any workarounds to use this package today? My project is for iOS, target 15.0 . XCode 13.2 . Swift 5 .

What can i do to use this package in my app?

Gelembjuk avatar Jan 09 '22 08:01 Gelembjuk

I used this one https://github.com/SlaunchaMan/GCDWebServer.git

nilsnilsnils avatar Jan 10 '22 07:01 nilsnilsnils