On May 28, 2009, at 12:36 PM, Jeff Johnson wrote:

Three general possibilities:

(1) aControllerObject is nil.

Definitely not the problem because it works when calling performSelector: without the mainThread part.

(2) The main run loop is not running for some reason.

The main run loop is waiting to hear back from the completion of the worker thread, so this isn't the problem.

(3) The main run loop is not running in one of NSRunLoopCommonModes.

I would guess this is the most likely option as well, but NSRunLoop says mainRunLoop is kCFRunLoopDefaultMode, which is correct, right?

Still baffled...

Ben
_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to