gpt4 book ai didi

IOS:主目录错误

转载 作者:行者123 更新时间:2023-11-29 04:56:59 26 4
gpt4 key购买 nike

我有这个代码

NSString *nextSequentialFile =
[filePath stringByReplacingOccurrencesOfString:photoNumber
withString:[NSString stringWithFormat:@"%d", (index + 1)]
options:NSBackwardsSearch
range:[filePath rangeOfString:photoNumber options:NSBackwardsSearch]];

但是我有这个错误,我不明白,因为它发生了。

Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFString replaceOccurrencesOfString:withString:options:range:]: Range or index out of bounds'

最佳答案

尝试:

NSString *nextSequentialFile =
[filePath stringByReplacingOccurrencesOfString:photoNumber
withString:[NSString stringWithFormat:@"%d", (index + 1)]
options:NSBackwardsSearch
range:NSMakeRange(0, filePath.length)];

关于IOS:主目录错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7770135/

26 4 0
文章推荐: php - 类别帖子数
文章推荐: Java-如何在不丢失现有绘图的情况下在 JFrame 上绘图
文章推荐: php - Jquery 根据