kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.5k stars 449 forks source link

Cannot build with Carthage #315

Closed minerva1129 closed 7 years ago

minerva1129 commented 7 years ago

I got this

*** xcodebuild output can be found in /var/folders/5y/fymdpwc907qd9sy1y4ncl4m80000gn/T/carthage-xcodebuild.WbKcew.log
*** Building scheme "PagingMenuController" in PagingMenuController.xcodeproj
** CLEAN FAILED **

The following build commands failed:
        Check dependencies
(1 failure)
** BUILD FAILED **

The following build commands failed:
        Check dependencies
(1 failure)
A shell task (/usr/bin/xcrun xcodebuild -project /Users/Minerva/src/scm.globalnet-ex.com/push7-ios/ios-native/Carthage/Checkouts/PagingMenuController/PagingMenuController.xcodeproj -scheme PagingMenuController -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:
** CLEAN FAILED **

The following build commands failed:
        Check dependencies
(1 failure)
** BUILD FAILED **

The following build commands failed:
        Check dependencies
(1 failure)

Swift version: 2.3 Xcode version: 8.1 PagingMenuController version: 1.2.0

kitasuke commented 7 years ago

Did you ru carthage update --toolchain com.apple.dt.toolchain.Swift_2_3 or can you download Xcode 8.2.1 and try again?

minerva1129 commented 7 years ago

It works, thank you very much.

kitasuke commented 7 years ago

Good to know.