could not load any Objective-C class information. This will significantly reduce the quality of type information available.
could not load any Objective-C class information. This will significantly reduce the quality of type information available.
.h file
@property (strong, nonatomic) IBOutlet UILabel *pay;
.m file
NSString *valued =[[arrdata objectAtIndex:row] objectForKey:@"fees"];
_pay.text = valued;
application crash