Closed tonyarnold closed 11 years ago
Could you get me a bit more information on this one? If you enable TICDS logging by including a call to [TICDSLog setVerbosity:TICDSLogVerbosityEveryStep]; somewhere near application launch it will log everything the framework does. Just include a partial dump of that output near where the error occurs and that should help me track down where it's coming from.
@MrRooni here you go: https://gist.github.com/7c0a7ca0f8cab8867247
Thanks Tony, that looks to be enough info to give me a good starting point for figuring out what's wrong.
No worries — just let me know if you need more info.
Tony,
I'm not able to trace this through the code. Could you possibly email me a sample project that does this or give me instructions to reproduce it?
best, Michael
I'm hitting a crash in
TICDSDocumentSyncManager.m
:Specifically the line calling
TICDSLog()
. The error passed through is an instance ofNSError
, but callingpo
on the object in LLDB returns: