facebook / componentkit

A React-inspired view framework for iOS.
http://www.componentkit.org/
Other
5.76k stars 587 forks source link

Carthage Update Issue #947

Open philmartin83 opened 4 years ago

philmartin83 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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?