If you NSLog() a nil object, nothing gets outputted. You should always use the format NSLog(@"%@", obj); when using non-constant strings.
Either way, post your code. Always post your code when you're having a problem. Otherwise everyone else is just guessing and wasting their time.