-
Notifications
You must be signed in to change notification settings - Fork 636
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
Picker crashes on iOS 8.3 XCode 7.1 beta 3 #727
Comments
Looks similar to a problem I just ran in to. The initializer for QPickerTableViewCell calls itself instead of super. I have a super-simple pull request in to fix it: #729 |
Thank you Adam! That worked nicely. I'm just curious; How did you know it was the 'super' and not the 'self' ? How would it have worked before and why does it not work now? In other words, what changed or was it always broken? |
Calling I don't know how or why it worked before. It's possible that the code used a different initializer in the past. |
Ah I see. Thank you for clearing that up. Have you ever used FXForms? It's another form building template that I am currently using. |
No, haven't seen it. Looks interesting, though. |
App crashes when I select Picker from main page.
Crashes on both Simulator and iPhone 5.
Output log:
3648623971_Portrait_iPhone-Simple-Pad_Default
2015-10-16 17:49:43.169 QuickDialogExample[16961:908158] [iKeywi 3] iPhone-Portrait-QWERTY
2015-10-16 17:49:44.408 QuickDialogExample[16961:908158] [iKeywi 3] iPhone-Portrait-QWERTY
2015-10-16 17:49:46.323 QuickDialogExample[16961:908158] [iKeywi 3] iPhone-Portrait-QWERTY
2015-10-16 17:49:47.639 QuickDialogExample[16961:908158] [iKeywi 3] iPhone-Portrait-QWERTY
2015-10-16 17:49:55.957 QuickDialogExample[16961:908158] [iKeywi 3] iPhone-Portrait-QWERTY
2015-10-16 17:50:13.294 QuickDialogExample[16961:908158] Bool selected!
2015-10-16 17:50:13.528 QuickDialogExample[16961:908158] Bool selected!
2015-10-16 17:50:31.551 QuickDialogExample[16961:908158] [iKeywi 3] iPhone-Portrait-QWERTY
2015-10-16 17:50:32.968 QuickDialogExample[16961:908158] [iKeywi 3] iPhone-Portrait-QWERTY
2015-10-16 17:50:38.833 QuickDialogExample[16961:908158] selected index: 1
2015-10-16 17:50:39.250 QuickDialogExample[16961:908158] selected index: 2
2015-10-16 17:50:39.566 QuickDialogExample[16961:908158] selected index: 0
(lldb) bt
warning: could not load any Objective-C class information. This will significantly reduce the quality of type information available.
objc_storeStrong, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x159fd8) frame #0: 0x3928b6d8 libobjc.A.dylib
objc_storeStrong-[QPickerTableViewCell initWithStyle:reuseIdentifier:](self=0x1450aab0, _cmd="initWithStyle:reuseIdentifier:", style=UITableViewCellStyleValue1, reuseIdentifier=0x00000000) + 32 at QPickerTableViewCell.m:20 frame #2: 0x000b0c50 QuickDialogExample
-[QPickerTableViewCell initWithStyle:reuseIdentifier:](self=0x00000000, _cmd="initWithStyle:reuseIdentifier:", style=UITableViewCellStyleValue1, reuseIdentifier=0x00103998) + 84 at QPickerTableViewCell.m:22frame Added loading from a plist #3: 0x000b0c50 QuickDialogExample
-[QPickerTableViewCell initWithStyle:reuseIdentifier:](self=0x00000000, _cmd="initWithStyle:reuseIdentifier:", style=UITableViewCellStyleValue1, reuseIdentifier=0x00103998) + 84 at QPickerTableViewCell.m:22 frame #4: 0x000b0c50 QuickDialogExample
-[QPickerTableViewCell initWithStyle:reuseIdentifier:](self=0x00000000, _cmd="initWithStyle:reuseIdentifier:", style=UITableViewCellStyleValue1, reuseIdentifier=0x00103998) + 84 at QPickerTableViewCell.m:22The text was updated successfully, but these errors were encountered: