[AC-684] Gallery moment сrach
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-03-13T19:37:44.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Maxim Khrichtchatyi |
Assignee | Shak Hossain |
Created | 2016-02-19T19:33:39.000+0000 |
Updated | 2016-03-13T19:37:45.000+0000 |
Description
1. Open App
2. Open Photo Gallery
3. Open Moments dir
4. Go back to previous (root) directory
*The application has crashed with an uncaught exception 'NSInvalidArgumentException'.*
{noformat}
[ERROR] : The application has crashed with an uncaught exception 'NSInvalidArgumentException'.
[ERROR] : Reason:
[ERROR] : *** -[NSProxy doesNotRecognizeSelector:scrollViewDidScroll:] called!
[ERROR] : Stack trace:
[ERROR] :
[ERROR] : 0 CoreFoundation 0x00000001860002d8 + 132
[ERROR] : 1 libobjc.A.dylib 0x00000001978240e4 objc_exception_throw + 60
[ERROR] : 2 CoreFoundation 0x0000000186000218 + 0
[ERROR] : 3 Foundation 0x0000000186ef1098 + 80
[ERROR] : 4 CoreFoundation 0x0000000186004154 + 928
[ERROR] : 5 CoreFoundation 0x0000000185f06ccc _CF_forwarding_prep_0 + 92
[ERROR] : 6 UIKit 0x000000018ad1fbbc + 72
[ERROR] : 7 UIKit 0x000000018aa5cdb4 + 500
[ERROR] : 8 UIKit 0x000000018ad20834 + 864
[ERROR] : 9 UIKit 0x000000018ab18d7c + 400
[ERROR] : 10 UIKit 0x000000018ab18ba4 + 44
[ERROR] : 11 UIKit 0x000000018aa3dc20 + 440
[ERROR] : 12 libobjc.A.dylib 0x000000019783d724 + 564
[ERROR] : 13 CoreFoundation 0x0000000185ee1074 _CFAutoreleasePoolPop + 28
[ERROR] : 14 CoreFoundation 0x0000000185fb58a8 + 1500
[ERROR] : 15 CoreFoundation 0x0000000185ee12d4 CFRunLoopRunSpecific + 396
[ERROR] : 16 GraphicsServices 0x000000018f6f76fc GSEventRunModal + 168
[ERROR] : 17 UIKit 0x000000018aaa6fac UIApplicationMain + 1488
{noformat}
Ti.Media.openPhotoGallery({
mediaTypes:[Ti.Media.MEDIA_TYPE_PHOTO],
cancel:function() {
},
error:function(error) {
},
success:function(event) {
}
});
Hello, I have tested the issue in SDK 5.1.2.GA and 5.2.0.v20160114021251. I am using the below code. I wasn't able to reproduce the issue. I followed the instruction. App did not crush.
Environment
Sharif AbuDarda, I have tested your code on REAL device: 0. Install on device 1. Open App 2. Open Photo Gallery 3. Open Moments dir 4. Go back to previous (root) directory the application has crashed! {noformat} [INFO] : You clicked the button [ERROR] : The application has crashed with an uncaught exception 'NSInvalidArgumentException'. [ERROR] : Reason: [ERROR] : *** -[NSProxy doesNotRecognizeSelector:scrollViewDidScroll:] called! [ERROR] : Stack trace: [ERROR] : [ERROR] : 0 CoreFoundation 0x00000001831202d8
Hello, I have tested this in device, and I wasn't able to regenerate the issue. The app didn't crash when going back from the moment directory. Here is my device test info
Could you create a video of the issue that you are seeing in your platform? Please attach a video of the issue. Thanks.
how can video help? I described the steps to get the error.
Hello, As I said in our environment we are trying and couldn't reproduce the issue. The app did not crash. Can you send a full project which is regeneratable the issue. Or a video of the issue that is happening in your case.Thanks.