cezheng / Fuzi

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

Build fails #89

Closed arfeo closed 5 years ago

arfeo commented 5 years ago
$ carthage update
*** Fetching Fuzi
*** Checking out Fuzi at "1.0.1"
*** xcodebuild output can be found in /var/folders/4n/4sz46vbx0kxgdk31gmtbly080000gn/T/carthage-xcodebuild.IZ5W5I.log
*** Building scheme "Fuzi" in Fuzi.xcworkspace
Build Failed
    Task failed with exit code 65:
    /usr/bin/xcrun xcodebuild -workspace /Users/belikov/Git/ipex/Carthage/Checkouts/Fuzi/Fuzi.xcworkspace -scheme Fuzi -configuration Release -derivedDataPath /Users/belikov/Library/Caches/org.carthage.CarthageKit/DerivedData/9.4.1_9F2000/Fuzi/1.0.1 -sdk watchos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/4n/4sz46vbx0kxgdk31gmtbly080000gn/T/Fuzi SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/belikov/Git/ipex/Carthage/Checkouts/Fuzi)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/4n/4sz46vbx0kxgdk31gmtbly080000gn/T/carthage-xcodebuild.IZ5W5I.log

in carthage-xcodebuild.IZ5W5I.log:

...

The following build commands failed:
    CompileSwift normal armv7k
    CompileSwiftSources normal armv7k com.apple.xcode.tools.swift.compiler
(2 failures)
cezheng commented 5 years ago

1.0.1 was Swift 3 version 2 years ago. Please use the latest release.