trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Can't build with Carthage #97

Closed dccarmo closed 7 years ago

dccarmo commented 7 years ago

Getting this error:

*** Building scheme "ReactiveHeimdallr-iOS" in Heimdallr.xcworkspace
The following build commands failed:
    Check dependencies
(1 failure)
** BUILD FAILED **

The following build commands failed:
    Check dependencies
(1 failure)
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later

“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.

Edit: Using Swift 3. There's a PR from @marcelofabri here: https://github.com/trivago/Heimdallr.swift/pull/94, but it seems there's issues with RAC.

SusannProszak commented 7 years ago

hello @dccarmo, as mentioned in #94 we are currently waiting for RAC swift 3.0 support before we can release heimdallr with swift 3.0.. Until then we have to stick to the latest rc which supports swift 2.3.

dccarmo commented 7 years ago

Yeah, I'll just close this for now.