Re: Logging in ad-hoc builds

2010-05-27 Thread Roland King
Ad hoc. Are you talking about iPhone development? If so then log it to the console and grab the console logs afterwards through Xcode. Remember to take all that stuff out at the end, no point carrying all that log in your phone. On 27-May-2010, at 19:57, Nava Carmon wrote: Hi, I have

Logging in ad-hoc builds

2010-05-27 Thread Nava Carmon
Hi, I have a problem with NSURLConnection in my ad-hoc build and I'd like to log the problematic url. In debug version i can just output it to console. The question is how do i track it in ad-hoc? It's not about crashing, so crash logs will not help. Any ideas? Thanks in advance Nava Carmo