calebd / CMDActivityViewController

Easy share sheets on iOS.
MIT License
20 stars 1 forks source link

Crashing on iOS8 #1

Open akashkamboj opened 10 years ago

akashkamboj commented 10 years ago

Hi

We are using CMDActivityViewController in one of our project and it seems that it's working fine in iOS7 but in iOS8 it's crashing. here is the console report

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PostDetailViewController activityViewController:dataTypeIdentifiersForActivityType:]: unrecognized selector sent to instance 0x7acb0b80'

Can you please find out what's causing this. Meanwhile I am looking into it as well and if I find anything will send you pull request.

Thanks

samirlib commented 10 years ago

Hey Akash, Were you able to solve this problem, I am also facing a similar problem. Any help will be appreciated. Thanks Samir

akashkamboj commented 10 years ago

No I have gone back to the default IOS code. I was mainly using this for Pinterest sharing and since iOS 8 have pinterest sharing. i have dropped this thing completely.

samirlib commented 10 years ago

I have answered the solution of this issue here - http://stackoverflow.com/questions/26483459/cmdactivityviewcontroller-crashing-in-ios8/26483464#26483464

samirlib commented 10 years ago

Thanks for you quick response anyway.