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 Support #37

Open
munirwanis opened this issue Mar 26, 2018 · 1 comment
Open

Carthage Support #37

munirwanis opened this issue Mar 26, 2018 · 1 comment

Comments

@munirwanis
Copy link

It would be nice if I could use the Framework through Carthage.

screen shot 2018-03-26 at 16 35 22

/usr/bin/xcrun xcodebuild -workspace /Users/munirwanis/Documents/Git/onestap-app-ios/Carthage/Checkouts/LaunchGate/LaunchGate.xcworkspace -scheme LaunchGate -configuration Release -derivedDataPath /Users/munirwanis/Library/Caches/org.carthage.CarthageKit/DerivedData/9.2_9C40b/LaunchGate/1.0.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/munirwanis/Documents/Git/onestap-app-ios/Carthage/Checkouts/LaunchGate)User defaults from command line:
    IDEArchivePathOverride = /Users/munirwanis/Documents/Git/onestap-app-ios/Carthage/Checkouts/LaunchGate
    IDEDerivedDataPathOverride = /Users/munirwanis/Library/Caches/org.carthage.CarthageKit/DerivedData/9.2_9C40b/LaunchGate/1.0.2

Build settings from command line:
    BITCODE_GENERATION_MODE = bitcode
    CARTHAGE = YES
    CLANG_ENABLE_CODE_COVERAGE = NO
    CODE_SIGN_IDENTITY = 
    CODE_SIGNING_REQUIRED = NO
    GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO
    ONLY_ACTIVE_ARCH = NO
    SDKROOT = iphoneos11.2
    SKIP_INSTALL = YES

=== BUILD TARGET LaunchGate OF PROJECT LaunchGate WITH CONFIGURATION Release ===

Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.

** ARCHIVE FAILED **


The following build commands failed:
	Check dependencies
(1 failure)

@dtrenz
Copy link
Owner

dtrenz commented Mar 26, 2018

Hi @munirwanis,

Unfortunately, I do not plan to add support for Carthage in the near future. If you would like to submit a PR that adds Carthage support, I will take a look. Thanks

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