ios - VFR-Reader Crashing in iOS8 -


i tested app working vfr-reader-core on ios8 , complete crash when try open pdf it. 1 problem? idea of can search correct this? here crash report

thank you

in ios 8, te file system layout of app containers has changed. applications , content no longer stored in 1 root directory.

from ios 8 release notes:

the file system layout of app containers has changed on disk. rather relying on hard-coded directory structure, use nssearchpathfordirectoriesindomains function or urlfordirectory:indomain:appropriateforurl:create:error: method of nsfilemanager class. see accessing files , directories in file system programming guide.

i've had brief issue , can see vfrreader not follow above recommendations apple.

i going rase issue on github page issue tracking seems have been disabled. if time today, resolving , raising pull request.

edit: check out fork version works on ios8: https://github.com/liamnichols/reader
i've submitted pull request on original repo: https://github.com/vfr/reader/pull/54


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -