Skip to content
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

Closed
seniorAyman opened this issue Nov 16, 2019 · 3 comments
Closed

Assets.car #364

seniorAyman opened this issue Nov 16, 2019 · 3 comments

Comments

@seniorAyman
Copy link

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)

@wtmoose
Copy link
Member

wtmoose commented Nov 16, 2019

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.

@seniorAyman
Copy link
Author

thread #1, queue = 'com.apple.main-thread', stop reason = step over

@seniorAyman
Copy link
Author

it was a bug in Xcode
I just update it and now working fine
regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants