Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.94k stars 520 forks source link

Error: marking non-'@objc' Swift declaration 'dynamic' in library evolution mode #348

Closed pablopantaleon closed 4 years ago

pablopantaleon commented 4 years ago

Report

Environment

Please provide information on your development environment, so we can build with the same scenario.

Dependency management

CocoaPods v1.9.0.beta.3

What did you do?

~> xcodebuild archive ...

What did you expect to happen?

Success

What happened instead?

error: marking non-'@objc' Swift declaration 'dynamic' in library evolution mode is not supported
    override public dynamic var backgroundColor: UIColor? {

It looks like this is missing: @objc override public dynamic var backgroundColor: UIColor? {

file: PopupDialogContainerView

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.