昨天我更新到最新的 iOS 版本,发现我的代码的一个关键部分无法正常工作。
// file is @"2/3/3-bottom-cen.png"
NSString *filePath = [[NSBundle mainBundle] pathForResource:file
ofType:nil
inDirectory:@"VillageImages"];
此代码导致 filePath 的值为 nil,并且仅在 iOS7 上发生 - 该代码在以前的版本中正常工作。我搜索并没有找到任何最近的相关问题,所以我在这里询问任何方向。