-
Notifications
You must be signed in to change notification settings - Fork 77
Develop #24
base: develop
Are you sure you want to change the base?
Develop #24
Conversation
__weak typeof(self) weakSelf = self; | ||
switch (indexPath.row) { | ||
case 0: { | ||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_BACKGROUND, 0), ^{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm hitting an exception here in my work environment. Are you seeing the same thing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrejo-msft I did not see the exception on my machine. I was using Feb 28th pre release of WINOBJC on visual studio 2015. It looks like there might be a problem with the regression of WINOBJC. please let me know your WINBJC version
#import <UIKit/UIKit.h> | ||
#import "BaseViewController.h" | ||
|
||
@interface NSDataDeserializeViewController : BaseViewController |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to NSArrayDeserialize...
|
||
@end | ||
|
||
@implementation NSDataDeserializeViewController |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exception on this view controller as well. Is this appearing in iOS? I'd assume not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not hitting the exception on windows and Ios @andrejo-msft
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. I will try it in my other environment.
clearCache appears to be the culprit for the exceptions mentioned in other places. Running clear cache without any data appears to work fine, but there's a problem with clearCache otherwise. Refers to: ThirdParty/Middleware-JsonKit/JSONKit/JSONKit/JSONKit.m:2146 in b7c0669. [](commit_id = b7c0669, deletion_comment = False) |
There appears to be a regression surrounding clearCache (mentioned in other comments.) |
🕐 |
This change is