on iOS 6, I've been trying to add a couple of custom fields to the asl_msg instances I'm logging to the ASL database. I can create the log entries but when I issue a query to retrieve them later on (immediately, in the unit test), I get an aslresponse of zero.
Same code works on Mac OS X 10.6 . In order to test this I used Mark Dalrymple's asl-log-n-query.m implementation from his third volume of Advanced Mac OS X Programming. It was a lot faster than lifting my code and wrapper for ASL out of my iOS project. My question is, does anyone know of a possible work-around for this issue? If you want to see the code, it can be downloaded here. http://borkware.com/corebook/ The sample is found in the folder for chapter 5. -Michael _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com