You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when try to run (We use objective-c)
carthage update --platform iOS
*** Building scheme "AFNetworking iOS" in AFNetworking.xcworkspace
*** Building scheme "DateTools" in DateToolsExample.xcodeproj
*** Building scheme "FXBlurView iOS" in FXBlurView.xcodeproj
*** Building scheme "Masonry iOS" in Masonry.xcworkspace
*** Building scheme "MGSwipeTableCell" in MGSwipeTableCell.xcodeproj
*** Building scheme "ChartsRealm" in Charts.xcodeproj
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
/Users/Eakawat/Desktop/eko-project/IOSEko/Carthage/Checkouts/Charts/Source/Charts/Utils/ChartPlatform.swift:111:30: error: method does not override any method from its superclass
A shell task (/usr/bin/xcrun xcodebuild -project /Users/Eakawat/Desktop/eko-project/IOSEko/Carthage/Checkouts/Charts/Charts.xcodeproj -scheme ChartsRealm -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
looking into the log file the last lines said something like this
/Users/Eakawat/Desktop/eko-project/IOSEko/Carthage/Checkouts/Charts/Source/Charts/Utils/ChartPlatform.swift:111:30: error: method does not override any method from its superclass
public final override func touchesCancelled(touches: Set<NSUITouch>, withEvent event: NSUIEvent?)
~~~~~~~~ ^
How to solve this?
Thanks.
The text was updated successfully, but these errors were encountered:
sainttail
changed the title
Still got an error when building Charts with carthage
Still got an error when building Charts(2.3.0) with carthage
Sep 22, 2016
Could you provide your Cartfile and Cartfile.resolved? As a suggestion I would say delete the Carthage folder and try again to see if that fixes the problem
I got this error when try to run (We use
objective-c
)carthage update --platform iOS
looking into the log file the last lines said something like this
How to solve this?
Thanks.
The text was updated successfully, but these errors were encountered: