2
Đây là loại lỗi châm biếm nào trên iOS?
Tôi có một số mã tôi sử dụng để sắp xếp các ngày lịch trông giống như sau: #if !(TARGET_IPHONE_SIMULATOR) NSString *formatString = [NSDateFormatter dateFormatFromTemplate:@"HH:mm dd MMM yyyy" options:0 locale:[NSLocale currentLocale]]; [fmt setDateFormat:formatString]; #else [fmt setDateFormat:@"HH:mm dd MMM yyyy"]; #endif Nếu tôi chạy nó trong trình mô phỏng thì tất …