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

Could not load the "closeButton" image referenced from a nib in the bundle with identifier "org.cocoapods.SimpleImageViewer" #3

Closed
eastswift opened this issue Jul 11, 2017 · 4 comments

Comments

@eastswift
Copy link

eastswift commented Jul 11, 2017

I just installed simpleViewer as a pod. And I have confirmed that there is no closeButton image file. So I added a closebutoon file to my asset. I still get that message. Why?

Thank you for your great open source.

@LcTwisk
Copy link
Owner

LcTwisk commented Jul 11, 2017

It looks like we forgot to add the resources to the Cocoapods configuration. I will take a look at it to see what I can do.

Thanks for reporting the issue!

@LcTwisk
Copy link
Owner

LcTwisk commented Jul 11, 2017

By the way, you can use the library by installing it through Carthage in the meantime!

@LcTwisk
Copy link
Owner

LcTwisk commented Jul 11, 2017

This should be fixed in version 1.0.1:
Please run:

pod repo update

then

pod 'SimpleImageViewer', '~> 1.0.1'

and you should be good to go!
Please let me know if it works so we can close this issue.

@eastswift
Copy link
Author

I just updated the pod. The message no longer appears. It is wonderful.

@LcTwisk LcTwisk closed this as completed Jul 13, 2017
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