-
Notifications
You must be signed in to change notification settings - Fork 167
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
Share button crash #16
Comments
2015-02-28 10:56:37.223 Kenna[1967:698970] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSBundle initWithURL:]: nil URL argument' |
I am having the same problem. Any solution yet? |
Same pb here |
same problem here, does anyone have a fix? |
I deleted the KINWebBrowser files and reinstall them using cocoa pods and the share menu now works fine. |
This is caused by TUSafariActivity, which seems like it must be installed via CocoaPods. I understand that this is not ideal. I am working on a solution. For now the only solution is to install KINWebBrowser via CocoaPods, or remove TUSafariActivity from your project altogether. |
Find the "Assets" folder in the TUSafariActivity folder and rename it to "TUSafariActivity.bundle". Drag this bundle and the TUSafariActivity .h and .m files into your project. This will allow you to use the project without CocoaPods. |
@bryandubno Thanks a lot. Working perfectly. No need to use CocoaPods. |
When you select a link in the rss feed it goes to the page just fine. The stop, refresh, back and forward buttons work as they should. However, when you select the share button in the bottom right it crashes the app. Any solution or ideas why?
The text was updated successfully, but these errors were encountered: