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

Instagram not showing in UIActivityViewController #25

Open
ninjagal21 opened this issue Mar 3, 2016 · 2 comments
Open

Instagram not showing in UIActivityViewController #25

ninjagal21 opened this issue Mar 3, 2016 · 2 comments

Comments

@ninjagal21
Copy link

Hello,
I installed your library using pods. After opening activity controller I don't see instagram icon and can't find instagram.png and other images in my project(

@seanhess
Copy link

seanhess commented Jun 8, 2016

I'm having the same problem. Your code appears to be loading resources assuming they are in the main bundle, but cocoapods puts them into a bundle named after the pod. See here: CocoaPods/CocoaPods#2071

To fix: update DMActivityInstagram.m to load the image from this pod's bundle instead of the main bundle.

Similarly, I'm crashing after I select Instagram from the list:

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </var/containers/Bundle/Application/7A19FB81-A964-403E-8704-B4EB301E90DA/ShakeItPhoto.app> (loaded)' with name 'DMResizerViewController''

To fix: update DMResizerViewController to use the pod's bundle instead of the main bundle.

@coryalder are you still maintaining this? I will create a pull request if you are willing to review it and republish.

@kpavankotesh
Copy link

kpavankotesh commented Dec 5, 2016

I am facing the same issue but when I add only Image in the list it shows up. When I add my share text and share url it doesn't show up. Seems like some issue with Instagram API. Any help in this regard?

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

3 participants