dtrenz / LaunchGate

LaunchGate makes it easy to let users know when an update to your app is available.
http://dtrenz.github.io/LaunchGate
Other
60 stars 16 forks source link

Carthage Support #37

Open munirwanis opened 6 years ago

munirwanis commented 6 years ago

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

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