Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage Update error with xcode 8gm build #48

Closed
horsejockey opened this issue Sep 12, 2016 · 1 comment
Closed

Carthage Update error with xcode 8gm build #48

horsejockey opened this issue Sep 12, 2016 · 1 comment

Comments

@horsejockey
Copy link

horsejockey commented Sep 12, 2016

I am getting this error this morning updating to xcode 8 gm build

The following build commands failed:
    Check dependencies
(1 failure)
warning: no umbrella header found for target 'Cache-iOS', module map will not be generated
warning: no umbrella header found for target 'Cache-iOS', module map will not be generated
A shell task (/usr/bin/xcrun xcodebuild -project /Users/matt/Cotopaxi/iOS_Projects/Production/Cotopaxi/Carthage/Checkouts/Cache/Cache.xcodeproj -scheme Cache-iOS -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 **

I'm not sure why this would show up with xcode 8 though.

@zenangst
Copy link
Contributor

Hey @horsejockey you should try with the swift-3 branch;

Cartfile

github "hyperoslo/Cache" "swift-3"

Podfile

pod 'Cache', :git => 'https://github.com/hyperoslo/Cache', :branch => 'swift-3'

Please re-open the issue if you still have issues using Cache in your project 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants