sfcta / CycleTracks

CycleTracks for iPhone
www.sfcta.org/cycletracks
GNU General Public License v3.0
33 stars 43 forks source link

Crash on iOS 5.1 #2

Open kayakr opened 11 years ago

kayakr commented 11 years ago

Thanks for the app. Testing it for a possible project here in New Zealand, but while it runs ok on iOS 6, it crashes on iOS 5.1 (on simulator and phone).

Display shows green splash screen and prompt for location.

Log shows: 2013-06-27 08:41:07.429 CycleTracks[44224:11903] About viewDidLoad 2013-06-27 08:41:07.444 CycleTracks[44224:11903] uniqueID: 652048F2-0B10-5705-9370-638F57384980 2013-06-27 08:41:07.445 CycleTracks[44224:11903] Hashed uniqueID: C66DCD98705857777255D6875D271607 2013-06-27 08:41:07.510 CycleTracks[44224:11903] Could not load the "save_button_selected.png" image referenced from a nib in the bundle with identifier "org.sfcta.CycleTracks" 2013-06-27 08:41:07.512 CycleTracks[44224:11903] Could not load the "start_button_wide.png" image referenced from a nib in the bundle with identifier "org.sfcta.CycleTracks" 2013-06-27 08:41:07.853 CycleTracks[44224:11903] RecordTripViewController viewDidLoad 2013-06-27 08:41:07.854 CycleTracks[44224:11903] -[UIImage resizableImageWithCapInsets:resizingMode:]: unrecognized selector sent to instance 0x74295a0 2013-06-27 08:41:07.854 CycleTracks[44224:11903] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIImage resizableImageWithCapInsets:resizingMode:]: unrecognized selector sent to instance 0x74295a0' * First throw call stack: (0x1e90022 0x1864cd6 0x1e91cbd 0x1df6ed0 0x1df6cb2 0x561f 0x473a1e 0x473d11 0x4858fd 0x485aef 0x485dbb 0x48685f 0x4869e1 0x5a45c2 0x3ead21 0x1e91e42 0x1787679 0x1791579 0x17164f7 0x17183f6 0x17a5160 0x3aae84 0x3ab767 0x3ba183 0x3bac38 0x3ae634 0x2507ef5 0x1e64195 0x1dc8ff2 0x1dc78da 0x1dc6d84 0x1dc6c9b 0x3aac65 0x3ac626 0x2dfd 0x2d35) terminate called throwing an exception(lldb)

RogerTangos commented 11 years ago

Hey - you might take a look at https://github.com/cledantec/Cycle-Atlanta-iOS/. The app is stable on ios 4 and 5 (haven't tested 6), and they've done some good work to support multi-tasking. Carnedv and I were thinking of using it to send data to a central database for parsing, I never quite got around to it refreshing the iOS app.