-
Notifications
You must be signed in to change notification settings - Fork 324
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
-[TVThumbnailScrollView setSharedData:]: unrecognized selector sent to instance #73
Comments
Do you have the entire stack trace for the crash? The sharedData property exist and should accessible in TVThumbnailScrollView, unless the TVThumbnailScrollView class is way older than the rest of the framework. It can happen if you you upgraded the core of an older project where the scroll view in question was still external to the ReaderViewController (it is now embedded). |
here is the screen shot. |
i have download an latest framework, still meet the same problem |
here i make it. |
-[TVThumbnailScrollView setSharedData:]: unrecognized selector sent to instance。
i got crashed when open a pdf file after download.
when i used the demo-FPKKioskApp in my project, and i got nothing when search for "setSharedData",
even no sharedData property. May be i missed something, who can help ?
The text was updated successfully, but these errors were encountered: