We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added
github "aschuch/AwesomeCache" "master"
to my Cartfile and run carthage update --platform iOS then I got this error:
carthage update --platform iOS
*** 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 **
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added
to my Cartfile and run
carthage update --platform iOS
thenI got this error:
The text was updated successfully, but these errors were encountered: