-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assets.car #364
Comments
Got a stack trace? SwiftMessages doesn’t use asset catalogs due to occasional crash reports, so I don’t know how this error would occur. |
thread #1, queue = 'com.apple.main-thread', stop reason = step over
|
it was a bug in Xcode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RunTimeThemeRefForBundleIdentifierAndName() couldn't find Assets.car in bundle with identifier: 'org.cocoapods.SwiftMessages'
I am getting this error when using this code with Xcode 11.1 and swift 5 and iOS 12
let messageView: MessageView = MessageView.viewFromNib(layout: .cardView)
messageView.configureTheme(.error)
messageView.titleLabel?.text = "test"
messageView.bodyLabel?.text = "body mddcdc"
messageView.button?.setTitle("ok", for: .normal)
SwiftMessages.show(view: messageView)
The text was updated successfully, but these errors were encountered: