Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Carthage Update fails on tvOS #18

Closed
teppotk opened this issue Jun 29, 2016 · 1 comment
Closed

Carthage Update fails on tvOS #18

teppotk opened this issue Jun 29, 2016 · 1 comment

Comments

@teppotk
Copy link

teppotk commented Jun 29, 2016

Hi, I'm a bit of a newbie with this and Carthage, but it seems that "carthage update" command fails at tvOS stage like this:


$ carthage update
*** Cloning Crypto
*** Checking out Crypto at "v0.3.0"
*** xcodebuild output can be found in /var/folders/cv/y8tpg3v946x9h58ctz2yqg700000gn/T/carthage-xcodebuild.JUuVTA.log
*** Building scheme "CommonCrypto-watchOS" in Crypto.xcodeproj
*** Building scheme "CommonCrypto-iOS" in Crypto.xcodeproj
*** Building scheme "CommonCrypto-OSX" in Crypto.xcodeproj
*** Building scheme "Crypto-tvOS" in Crypto.xcodeproj
** CLEAN FAILED **

The following build commands failed:
Check dependencies
(1 failure)
A shell task (/usr/bin/xcrun xcodebuild -project /Users/…/Carthage/Checkouts/Crypto/Crypto.xcodeproj -scheme Crypto-tvOS -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:

As a result (I believe) the tvOS folder is missing from carthage/build. This is sad because I'd need CommonCrypto especially for tvOS. :)

I apologise if this is just my ignorance on some topic, or I'm missing something, but as of now I don't seem to get it going for tvOS by following Carthage installation guide.

@soffes
Copy link
Owner

soffes commented Oct 28, 2016

Do you have a tvOS simulator for the selected Xcode? I'm fairly certain that's the issue. This is working for me just fine in version 0.5.1.

Feel free to reopen if you're still having trouble!

@soffes soffes closed this as completed Oct 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants