Xcode编译错误:Synthesized property 'xxxXXX' must either be named the same as a compatible ivar or mus
----2011.07.21更新----//2011.07.21
//Xcode4.0.2
//64-bit
@interfaceIvarNameTest:NSObject{
@private
}
@property(nonatomic)NSNumber*number;
@property(nonatomic)floatf;
-(void)printValue;
@end#import"Iv