Open acl0056 opened 10 years ago
You may also want to mention the added dependencies for the Accelerate and CFNetworking framework dependencies in your readme markdown.
That category looks very similar to ours :-) However, the object shows up as included in the library in all 3 architectures with otool. Maybe the instance it was attempting to call the timestamp method on was invalid? Would love to see a little more about the crash if it is available.
It looks like the instance is a SimplePing object. From the log:
-[__NSDate timestampInMiliseconds]: unrecognized selector sent to instance 0x17666a60
The instance:
The stack:
Not sure what else I can show you.
In 1.2.2, the library was built with a missing dependency for an NSDate interface defining an instance method, timestampInMiliseconds. The following is a temporary workaround that seems to keep it from crashing, by adding in the missing interface files:
NSDate+milliseconds.h:
NSDate+milliseconds.m: