cezheng / Fuzi

A fast & lightweight XML & HTML parser in Swift with XPath & CSS support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when installing Fuzi with SPM

runkaiz opened this issue · comments

Description:

  • Expected behaviour:
    Fuzi to be successfully installed.
  • Actual behaviour:
    Installation error: the build setting 'headerSearchPath' contains invalid component(s): $(SDKROOT)

Environment

  • Package Manager:

    • Carthage, version:
    • CocoaPods, version:
    • SPM
    • Manually
  • Fuzi version: Latest

  • Xcode version: 11.3.1

How to reproduce:

Install Fuzi by following the README

Hi 1105420698,

there is already a fix on the master branch that allows proper installation with Xcode 11.4: 64afdf8

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! 🙂

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