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

Carthage build failing for Xcode 8 beta 2 #19

Closed
kgn opened this issue Jul 18, 2016 · 5 comments
Closed

Carthage build failing for Xcode 8 beta 2 #19

kgn opened this issue Jul 18, 2016 · 5 comments

Comments

@kgn
Copy link

kgn commented Jul 18, 2016

Cartfile: github "soffes/Crypto" "swift3"

Build Error:

** BUILD FAILED **


The following build commands failed:
    Ld .../Library/Developer/Xcode/DerivedData/Crypto-eedcgimieppepedcolqgjjntalol/Build/Products/Release-appletvos/Crypto.framework/Crypto normal arm64
(1 failure)
.../Carthage/Checkouts/Crypto/Crypto/String+Crypto.swift:65:73: warning: missing '.self' for reference to metatype of type 'UInt8'
/Users/davidkeegan/Development/Library/KGNCache/Carthage/Checkouts/Crypto/Crypto/String+Crypto.swift:65:73: warning: missing '.self' for reference to metatype of type 'UInt8'
.../Carthage/Checkouts/Crypto/Crypto/String+Crypto.swift:65:73: warning: missing '.self' for reference to metatype of type 'UInt8'
.../Carthage/Checkouts/Crypto/Crypto/String+Crypto.swift:65:73: warning: missing '.self' for reference to metatype of type 'UInt8'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
A shell task (/usr/bin/xcrun xcodebuild -project .../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:
** BUILD FAILED **


The following build commands failed:
    Ld .../Library/Developer/Xcode/DerivedData/Crypto-eedcgimieppepedcolqgjjntalol/Build/Products/Release-appletvos/Crypto.framework/Crypto normal arm64
(1 failure)
@kgn
Copy link
Author

kgn commented Jul 19, 2016

Hmm, it seems to be building for me now...

@kgn kgn closed this as completed Jul 19, 2016
@kgn
Copy link
Author

kgn commented Jul 19, 2016

Back again, seems to be an issue when the repos are nested.

@kgn kgn reopened this Jul 19, 2016
@kgn
Copy link
Author

kgn commented Jul 19, 2016

Just noticed the issue seems to be with Release-appletvos, if I just build --platform iOS then I can build it.

@kgn
Copy link
Author

kgn commented Jul 21, 2016

Looks like this may be a dup of #18

@soffes
Copy link
Owner

soffes commented Aug 17, 2016

I updated Crypto for Xcode 8b6

@soffes soffes closed this as completed Aug 17, 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