bryx-inc / BRYXBanner

A lightweight dropdown notification for iOS 7+, in Swift.
MIT License
1.01k stars 143 forks source link

Issue when building last version 0.8.0 #98

Open benoitclem opened 6 years ago

benoitclem commented 6 years ago

Hi, I've got an error when building last version. Don't really know if it's related to something in my code ( Here the log ) but for now got back on 0.7.3.

Carthage/Checkouts/BRYXBanner/Example/BRYXBannerExample.xcworkspace -scheme BRYXBanner -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
    BITCODE_GENERATION_MODE = bitcode
    CARTHAGE = YES
    CODE_SIGN_IDENTITY =
    CODE_SIGNING_REQUIRED = NO
    ONLY_ACTIVE_ARCH = NO
    SDKROOT = iphoneos10.3

=== CLEAN TARGET BRYXBanner OF PROJECT Pods WITH CONFIGURATION Release ===

Check dependencies
“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.
“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.
harlanhaskins commented 6 years ago

I need to fix the example project. Thanks for the report!