Coder Social home page Coder Social logo

Comments (5)

Daltron avatar Daltron commented on July 20, 2024

@dsarfati What are the build errors you are receiving specifically? Attach pictures if you are able to as that will tremendously help. I'm unfamiliar with Carthage must maybe my syntax in the README is wrong? Since github "Daltron/NotificationBanner" == 1.3.3 worked, have you tried github "Daltron/NotificationBanner" == 1.4.0? Thanks!

from notificationbanner.

dsarfati avatar dsarfati commented on July 20, 2024

I don't have any experience with Carthage either. ==1.4.0 fails as well. Here is the log file from the failed build. I created a sample project here so you can try it out. For other reasons, I have decided to stay with CocoaPods, but I wanted to let you know in case others run into the same problem when using Carthage.

from notificationbanner.

purkylin avatar purkylin commented on July 20, 2024

same issue

from notificationbanner.

purkylin avatar purkylin commented on July 20, 2024
/Users/purkylinking/Work/Repos/Assistant/Carthage/Checkouts/NotificationBanner/NotificationBanner/Classes/BaseNotificationBanner.swift:102:38: error: use of undeclared type 'BannerPosition'
    private(set) var bannerPosition: BannerPosition!
                                     ^~~~~~~~~~~~~~
/Users/purkylinking/Work/Repos/Assistant/Carthage/Checkouts/NotificationBanner/NotificationBanner/Classes/BaseNotificationBanner.swift:105:38: error: use of undeclared type 'BannerPositionFrame'
    private var bannerPositionFrame: BannerPositionFrame!
                                     ^~~~~~~~~~~~~~~~~~~
/Users/purkylinking/Work/Repos/Assistant/Carthage/Checkouts/NotificationBanner/NotificationBanner/Classes/BaseNotificationBanner.swift:155:62: error: use of undeclared type 'BannerPosition'
    private func createBannerConstraints(for bannerPosition: BannerPosition) {
                                                             ^~~~~~~~~~~~~~
/Users/purkylinking/Work/Repos/Assistant/Carthage/Checkouts/NotificationBanner/NotificationBanner/Classes/BaseNotificationBanner.swift:213:38: error: use of undeclared type 'BannerPosition'
                     bannerPosition: BannerPosition = .top,
                                     ^~~~~~~~~~~~~~
/Users/purkylinking/Work/Repos/Assistant/Carthage/Checkouts/NotificationBanner/NotificationBanner/Classes/BaseNotificationBanner.swift:228:31: error: use of undeclared type 'BannerPosition'
              bannerPosition: BannerPosition = .top) {
                              ^~~~~~~~~~~~~~
/Users/purkylinking/Work/Repos/Assistant/Carthage/Checkouts/NotificationBanner/NotificationBanner/Classes/BaseNotificationBanner.swift:233:35: error: use of unresolved identifier 'BannerPositionFrame'
            bannerPositionFrame = BannerPositionFrame(bannerPosition: bannerPosition,
                                  ^~~~~~~~~~~~~~~~~~~
/Users/purkylinking/Work/Repos/Assistant/Carthage/Checkouts/NotificationBanner/NotificationBanner/Classes/BaseNotificationBanner.swift:105:17: note: did you mean 'bannerPositionFrame'?
    private var bannerPositionFrame: BannerPositionFrame!
                ^

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler

from notificationbanner.

purkylin avatar purkylin commented on July 20, 2024

I found the file BannerPositionFrame.swift is not included in the Project

from notificationbanner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.