-
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[**NSTaggedDate isEqualToString:]: unrecognized selector sent to instance 0xe41bc46f25000000'
**\* First throw call s…
-
Hello, i have a problem with the NSDate display in the GridView, i save the date with the GMT timezone, i'm in italy and the date is displayed correctly in the calendar, but with the time zone of New …
-
Possible it is better to use optional there ...
-
More than likely I'm doing something incorrect. That being said, I am trying to work with a datetime field and extract rows by date. So, provided 100 entries over 5 days, I'd like to query for disti…
-
I added the following to my project:
``` swift
extension NSDate: SQLite.Value {
public class var declaredDatatype: String {
return Int.declaredDatatype
}
public class func fromDat…
-
I found a _lot_ of these in my Console log...
I'm not sure what's causing them.
I use ZNC 1.2 mainly on two different systems (internal and external).
Ciao!
```
3/3/14 11:09:05.890 AM LimeChat[649…
-
Hi guys,
Seems like something is wrong during installs.
Getting `cupertinoYankee/NSDate+CupertinoYankee.h`
Any ideas?
-
The 1.0.5 release removes the NSDate+DOSDate.h file but does not remove the dependency on it in OZZipFile.m So a clean pod install on a new machine, for instance, causes a compile time error.
There…
-
The application launched from XCode 5 used to crash on every NSDate collection method.
The log of crash is :"[__NSDate mn_beginningOfDay:]: unrecognized selector sent to instance"
Is it related to pr…
-
I am using following code to insert a record into a table `scream_detections`. The table contains a column `Date_Time` of `Date` type.
``` objc
BOOL result;
NSString *querry = @"INSERT INTO scream_de…