sunshinejr / SwiftyUserDefaults

Modern Swift API for NSUserDefaults
http://radex.io/swift/nsuserdefaults/static
MIT License
4.85k stars 366 forks source link

Installation with carthage error.Swift4.0 #160

Closed ghost closed 5 years ago

ghost commented 6 years ago

I add

github "radex/SwiftyUserDefaults" "4.0.0-alpha.1"

in my carthage file, then I update carthage, but I get this error in console: Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/SimonKss/Desktop/Test/Carthage/Checkouts/SwiftyUserDefaults/SwiftyUserDefaults.xcodeproj -scheme SwiftyUserDefaults -configuration Release -derivedDataPath /Users/SimonKss/Library/Caches/org.carthage.CarthageKit/DerivedData/9.2_9C40b/SwiftyUserDefaults/4.0.0-alpha.1 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/8t/9vypgvz93m3b4vb34ym_p9440000gn/T/SwiftyUserDefaults SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/SimonKss/Desktop/Test/Carthage/Checkouts/SwiftyUserDefaults)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/8t/9vypgvz93m3b4vb34ym_p9440000gn/T/carthage-xcodebuild.n0qBN0.log

I'm using Swift4.0 and Xcode 9.2

sunshinejr commented 5 years ago

Hey, please try again version 4.0.0-alpha.2. If you still have problems, please create new issue.