cezheng / Fuzi

A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
MIT License
1.06k stars 151 forks source link

Error when installing Fuzi with SPM #108

Closed runkaiz closed 4 years ago

runkaiz commented 4 years ago

Description:

Environment

How to reproduce:

Install Fuzi by following the README

ernesto-elsaesser commented 4 years ago

Hi 1105420698,

there is already a fix on the master branch that allows proper installation with Xcode 11.4: https://github.com/cezheng/Fuzi/commit/64afdf8003f8e1b730868b6f5453a6a7149aff9e

I just installed Xcode 11.4 (GM released yesterday) and created a dependency on Fuzi using branch master instead of a version tag. This worked for me.

Now the developers only have to release the fix! 🙂

cezheng commented 4 years ago

Sorry about forgetting to draft a release. I'll do that right now.