-
Notifications
You must be signed in to change notification settings - Fork 748
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
Could not load the "errorIcon" image referenced from a nib in the bundle with identifier "(null)" #22
Comments
Are you on a jail broken device? If so, see #9. Otherwise, can you provide some context (e.g. Show some code, etc.)? This isn't normally an issue, so I need more to go on. |
Not jailbroken. Trying the following code taken from your demo project.
|
Tried with Swift 3.0 and getting the same error when I try to show a message on Xcode 8. |
I'm having the same problem... what can we do to fix it? |
Make sure you're using CocoaPods 1.1.0. Can you try the attached project? I dropped your code into a fresh Swift 2.3 project and it worked. If you're still having trouble, can you send me a test project? |
Hey thanks for the help. I wasn’t on CocoaPods 1.1.0 |
No problem. Glad you got it working. |
I’m getting this error on Xcode 8 and Swift 2.3
In my pod file I have
pod 'SwiftMessages', '~> 2.0.0'
The text was updated successfully, but these errors were encountered: