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 error #33

Closed
FrankSwift opened this issue Oct 19, 2017 · 6 comments · May be fixed by #40
Closed

carthage error #33

FrankSwift opened this issue Oct 19, 2017 · 6 comments · May be fixed by #40

Comments

@FrankSwift
Copy link

Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -workspace /Users/shenfangwei/Desktop/Demo/10_19_Carthage/Carthage/Checkouts/GodEye/Example/GodEye.xcworkspace -scheme GodEye -configuration Release -derivedDataPath /Users/shenfangwei/Library/Caches/org.carthage.CarthageKit/DerivedData/9.0_9A235/GodEye/1.1.2 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath ./ SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO (launched in /Users/shenfangwei/Desktop/Demo/10_19_Carthage/Carthage/Checkouts/GodEye)

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

@zixun
Copy link
Owner

zixun commented Jan 1, 2018

any more information?

@HuyangJake
Copy link

I got the same error.
xcodebuild ourput log : /var/folders/9t/c3b07r416hl_jgx7bf41ls_c0000gn/T/carthage-xcodebuild.506hOu.log

** ARCHIVE FAILED **


The following build commands failed:
	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
	CompileSwift normal arm64
(2 failures)

@CodeEagle
Copy link

CodeEagle commented Jul 11, 2018

@zixun you might have a little bit misunderstanding the integration theory of Carthage.
All builded framework produce by Carthage in Build/iOS/ is dynamic framework
You should not using copy-framework command within your dynamic framework target.
Only use it in host target like application.
Project GodEye, NetworkEye, LeakEye got compile error due to it.

@CodeEagle
Copy link

fixed within PRs
LeakEye PR
NetworkEye PR
GodEye PR

@zwang
Copy link

zwang commented Dec 7, 2018

碰到同样的问题 可以尽快接受PR么? @zixun 谢谢

@zixun
Copy link
Owner

zixun commented Sep 17, 2022

后续不再支持carthage

@zixun zixun closed this as completed Sep 17, 2022
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

Successfully merging a pull request may close this issue.

5 participants