it did it so many times and i didn\'t had any problems with it, but this time i still getting the error above, my relevant code is this:
#import \"PiecesChoisies
The problem will be located in PiecesChoisies.h. Change:
IBOutlet PiecesChoisies *piecesChoisies;
to
IBOutlet NSString *piecesChoisies;
that will confirm that the problem is located in the .h file.