will-lumley / FaviconFinder

A small swift library for iOS & macOS to detect favicons used by a website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Dependency "FaviconFinder" has no shared framework schemes

madhur opened this issue · comments

I get the above error when running Carthage Update. Here is my Cartfile

github "sindresorhus/LaunchAtLogin"
github "will-lumley/FaviconFinder" == 2.2.0

*** Fetching LaunchAtLogin
*** Cloning FaviconFinder
*** Cloning SwiftSoup
*** Checking out LaunchAtLogin at "v4.0.0"
*** Checking out FaviconFinder at "2.2.0"
*** Checking out SwiftSoup at "2.3.0"
*** xcodebuild output can be found in /var/folders/k9/9lh2v1rn31lfx3x91_vb06600000gp/T/carthage-xcodebuild.Y1HWIH.log
*** Building scheme "LaunchAtLogin" in LaunchAtLogin.xcodeproj
*** Building scheme "PerformanceTest" in SwiftSoup.xcodeproj
*** Building scheme "SwiftSoup-macOS" in SwiftSoup.xcodeproj
*** Building scheme "SwiftSoup-iOS" in SwiftSoup.xcodeproj
*** Building scheme "SwiftSoup-tvOS" in SwiftSoup.xcodeproj
*** Building scheme "SwiftSoup-watchOS" in SwiftSoup.xcodeproj
*** Skipped building FaviconFinder due to the error:
Dependency "FaviconFinder" has no shared framework schemes

@madhur This should now be resolved. Let me know if you have any further issues with Carthage.