You could instead use (num stringValue)
In your case, the appendString: method is defined in the frameworks
and expects an object that responds to NSString methods. It might be
possible to add other methods to NSNumber to get that to work
automatically, but for now, sending the stringValue message will do
the job.
Tim