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 build error #89

Open
pocket7878 opened this issue Oct 18, 2016 · 0 comments
Open

Carthage build error #89

pocket7878 opened this issue Oct 18, 2016 · 0 comments

Comments

@pocket7878
Copy link

I added

github "aschuch/AwesomeCache" "master"

to my Cartfile and run carthage update --platform iOS then
I got this error:

*** Building scheme "AwesomeCache-iOS" in Example.xcodeproj
** BUILD FAILED **

The following build commands failed:
    CompileSwift normal arm64
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
/path/to/my/project/Carthage/Checkouts/AwesomeCache/AwesomeCache/AwesomeCache.h:20:9: error: include of non-modular header inside framework module 'AwesomeCache'
<unknown>:0: error: could not build Objective-C module 'AwesomeCache'
A shell task (/usr/bin/xcrun xcodebuild -project /path/to/my/project/Carthage/Checkouts/AwesomeCache/Example.xcodeproj -scheme AwesomeCache-iOS -configuration Release -sdk iphoneos 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 **
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

1 participant