| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Oct 21, 2004, at 3:41 PM, Frederick C. Lee wrote:_______________________________________________
2004-10-21 12:22:28.786 ricCountries[961] *** -[NSCFNumber length]: selector not recognized
2004-10-21 12:22:28.787 ricCountries[961] *** -[NSCFNumber length]: selector not recognized
This looks like something is expecting an NSString but getting an NSNumber. Try using an string for the tab identifier instead of a number.
[NSString stringWithFormat:@"%i", someInt];
The API indicates "id" as the identifier type so NSNumber should be okay, but it could be a bug. Not sure if this will work but worth a try.
- Scott
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.