Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

McBgnr

macrumors regular
Original poster
Apr 13, 2009
144
0
Hello,

I am getting the following in the console logs on Mac 10.4.11 Server. The code has been compiled using 10.5 SDK.

*** NSThread: ignoring exception 'Invalid parameter not satisfying: aString != nil' that raised during thread perform of target 0x14c920 and selector 'updateUI:'

I am note sure how to debug this? Suggestion are welcome.
 

HiRez

macrumors 603
Jan 6, 2004
6,250
2,576
Western US
Hard to say without seeing your code but it it looks like you're probably passing a null pointer somewhere (perhaps not initialized or released early, or not accessible from that thread).

If you run the code using the Xcode debugger it may show you exactly where in your code it's happening.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.