-
I have met a crash at
```
[self.inputStream scheduleInRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
[self.outputStream scheduleInRunLoop:[NSRunLoop currentRunLoop] forMode:N…
-
I am calling timeAgo from NSDate and it returns an empty string.
``` swift
if let validDate = lastUpdated{
let dateText = validDate.timeAgo
self.updatedLabel.text = dateText
print(validDa…
-
If the json object has two date string objects (say, 2013-03-02, 2013-03-02 10:15), can't the convertToDate message handle these formats.
JAGPropertyConverter *converter = [[JAGPropertyConverter al…
-
```
it will create something like this in ns1.h file:
#import
#import "USAdditions.h"
#import
#import "USGlobals.h"
@class USBoolean ;
@class NSNumber ;
@class NSNumber ;
@class NSNumber ;
@class N…
-
```
it will create something like this in ns1.h file:
#import
#import "USAdditions.h"
#import
#import "USGlobals.h"
@class USBoolean ;
@class NSNumber ;
@class NSNumber ;
@class NSNumber ;
@class N…
-
```
it will create something like this in ns1.h file:
#import
#import "USAdditions.h"
#import
#import "USGlobals.h"
@class USBoolean ;
@class NSNumber ;
@class NSNumber ;
@class NSNumber ;
@class N…
-
SDK Version: Sentry unity 2.0.2
Platform :macOS
It seems like those of API are marked as private API :
__NSCFConstantString
__NSDate
__NSCFNumber
__NSArrayI
__NSArrayM
__NSCFArray
NSCFA…
-
Hi,
I have a class for storing key/value pairs associated with another object. Here's part of the definition:
```
@interface BKAttribute : SRKObject
@property (nonatomic) BOOL isPrivate;
@…
-
Hi folks,
I'm wondering why XbICalendar uses NSDate to represent DATE-TIME and DATE properties, and whether NSDateComponents might be a better choice. In particular:
* An `NSDateComponents` inst…
-
```
What steps will reproduce the problem?
1. Create binding and bindingResponse to call webservice
2. call performSynchronousOperation
3. crash at line: while (!synchronousOperationComplete && [theRL…