ISTimeline icon indicating copy to clipboard operation
ISTimeline copied to clipboard

Build error with carthage and xcode 10.2

Open teawithfruit opened this issue 5 years ago • 1 comments

Hello. Today I've updated to xCode 10.2 and Swift 5. Now I get the following build error:

Build Failed
  Task failed with exit code 65:
  /usr/bin/xcrun xcodebuild -project /Development/ios-v2/Carthage/Checkouts/ISTimeline/ISTimeline/ISTimeline.xcodeproj -scheme ISTimeline -configuration Release -derivedDataPath /Users/dan/Library/Caches/org.carthage.CarthageKit/DerivedData/10.2_10E125/ISTimeline/v1.0.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/7t/yps0c3352m56m6jyvg_135c80000gn/T/ISTimeline SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Development/ios-v2/Carthage/Checkouts/ISTimeline)

Is it possible that you create an update to fix this build error?

Thanks!

teawithfruit avatar Apr 15 '19 16:04 teawithfruit

For swift 5 you can use https://github.com/kf99916/TimelineTableViewCell

harifsp avatar Apr 16 '19 15:04 harifsp