NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"image1" ofType:@"jpeg"];
NSDictionary *attributes = [[NSFileManager defaultManager] attributesOfItemAtPath:imagePath error:nil];
unsigned long long fileSize = [attributes fileSize];
NSLog(@"========%lldB", fileSize);