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 Issue #947

Open
philmartin83 opened this issue Apr 5, 2020 · 2 comments
Open

Carthage Update Issue #947

philmartin83 opened this issue Apr 5, 2020 · 2 comments

Comments

@philmartin83
Copy link

philmartin83 commented Apr 5, 2020

Hey,
I've run Carthage update as I want to try Component kit out but I get this can anyone help?

Building scheme "ComponentKit" in ComponentKit.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/phil/Desktop/CarthageTestProject/Carthage/Checkouts/ComponentKit/ComponentKit.xcodeproj -scheme ComponentKit -configuration Release -derivedDataPath /Users/phil/Library/Caches/org.carthage.CarthageKit/DerivedData/11.4_11E146/ComponentKit/0.30 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/sz/dr7p9std53568__z77mg5h_m0000gn/T/ComponentKit SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/phil/Desktop/CarthageTestProject/Carthage/Checkouts/ComponentKit)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/sz/dr7p9std53568__z77mg5h_m0000gn/T/carthage-xcodebuild.wPc6Xp.log

Thanks

@fabiomassimo
Copy link
Contributor

fabiomassimo commented Apr 5, 2020

Hi @philmartin83,
We recommend to use carthage checkout to properly setup the Xcode project before running it. You can found more info in the README.

Have you tried that already? Does it give the same error as carthage update?

@philmartin83
Copy link
Author

Hi @fabiomassimo

This works yes, but I can't use it outside of the example project no? theres no visible .framework I can drop into my project or is that achievable yet?

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