leonbreedt / FavIcon

Swift library to detect icons supported by a website.
Other
126 stars 39 forks source link

Missing required module 'libxmlFavicon' #16

Closed suzuhiroruri closed 6 years ago

suzuhiroruri commented 6 years ago

As swift4, when I import FavIcon, there's message that "Missing required module 'libxmlFavicon'"

leonbreedt commented 6 years ago

@suzuhiroruri are you using CocoaPods, or Carthage? also, please confirm if you have command-line tools for Xcode installed

https://developer.apple.com/download/more/

FavIcon expects libxml2 headers to be in /usr/include/libxml2, if you installed App Store Xcode without installing Command-Line Tools then it may be missing.

leonbreedt commented 6 years ago

Closing as can't reproduce with newer builds.