Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 4    Views: 61

AppGuy30
Code is Art
Profile
Posts: 737
Reg: Oct 29, 2011
location unknow...
14,070
06/26/15 12:31 PM (9 years ago)

Advanced PDF crashes

The advanced PDF Plugin crashes the app whenever you click on the screen. It says' Thread 1: Signal SIGABET. And the log is below. Any help? 2015-06-26 15:26:43.908 aabook[15704:1642452] BT_screen_menuListSimple: loadData 2015-06-26 15:26:43.909 aabook[15704:1642452] BT_screen_menuListSimple: using menu items from the screens configuration data. 2015-06-26 15:26:43.909 aabook[15704:1642452] BT_screen_menuListSimple: layoutScreen 2015-06-26 15:26:45.639 aabook[15704:1642452] BT_screen_menuListSimple: didSelectRowAtIndexPath: Selected Row: 1 2015-06-26 15:26:45.640 aabook[15704:1642452] BT_application: getScreenDataByItemId 63CA0F991177704A5EB4AD7 2015-06-26 15:26:45.640 aabook[15704:1642452] BT_application: screenType is BTM_ReaderDemoController for screen with nickname: "default" and itemId: 63CA0F991177704A5EB4AD7 2015-06-26 15:26:45.640 aabook[15704:1642452] BT_screen_menuListSimple: handleTapToLoadScreen (super) loading nickname: "default" itemId: 63CA0F991177704A5EB4AD7 itemType: BTM_ReaderDemoController 2015-06-26 15:26:45.640 aabook[15704:1642452] BT_application: getViewControllerForScreen nickname: "default" itemId: 63CA0F991177704A5EB4AD7 type: BTM_ReaderDemoController 2015-06-26 15:26:45.640 aabook[15704:1642452] BTM_ReaderDemoController: INIT 2015-06-26 15:26:45.641 aabook[15704:1642452] BT_navController: pushViewController 2015-06-26 15:26:45.641 aabook[15704:1642452] BTM_ReaderDemoController: viewDidLoad (super) Assertion failed: (range.location != NSNotFound), function +[ReaderDocument relativeFilePath:], file /Users/johnharding/Desktop/aabook_iOS/BT_Plugins/BTM_ReaderDemoController/BTM_ReaderDocument.m, line 121.
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
06/27/15 07:22 AM (9 years ago)
In iOS 8, the file system layout of app containers has changed on disk. Because of this change, the main .app bundle and the Documents/Library directories are stored in different places on the disk. The software must be changed accordingly. Luckily, the code has been updated on Github and a technique has been published. https://github.com/vfr/Reader/pull/54 -- Niraj
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
06/27/15 07:26 AM (9 years ago)
The plugin simply used the code from this Github project, VFR Reader https://github.com/vfr/Reader Then it was wrapped with a Buzztouch class and connected to the BtCentral Control Panel. The plugin author should make the necessary updates. Hopefully there is a commitment for continued support of the plugin. Otherwise, he should pull it from the market. - Niraj
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
06/28/15 09:18 AM (9 years ago)
Well said Niraj
 
AppGuy30
Code is Art
Profile
Posts: 737
Reg: Oct 29, 2011
location unknow...
14,070
like
06/28/15 11:49 AM (9 years ago)
I updated the source code, but the back button doesnt work. Any ideas?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.