NSISRestrictedToNonNegativeMarkerVariableToBeMinimized copyWithZone:

ios objective-C  出现NSISRestrictedToNonNegativeMarkerVariableToBeMinimized copyWithZone:错误

@property(nonatomic,assgin)NSString*name;

assgin修饰词改为copy

@property(nonatomic,copy)NSString*name;

你可能感兴趣的:(NSISRestrictedToNonNegativeMarkerVariableToBeMinimized copyWithZone:)