problems with predicateWithFormat:
problems with predicateWithFormat:
- Subject: problems with predicateWithFormat:
- From: Charles Haron <email@hidden>
- Date: Wed, 27 Jul 2005 12:51:10 -0600
The following causes a runtime error (ajinventory has exited due
to signal 10 (SIGBUS))
int itemNumberValue = [*ioValue intValue];
NSPredicate * predicate;
predicate = [NSPredicate predicateWithFormat:@"itemNumber == %
@", itemNumberValue]; //This line causes the error
Any suggestions?
Thanks,
Charles
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden