gpt4 book ai didi

objective-c - 为什么 WriteToFile 方法在 (IBAction)btnClicked :(id)sender? 中不起作用

转载 作者:行者123 更新时间:2023-11-28 22:47:50 28 4
gpt4 key购买 nike

以下是我的源代码:

/--'fileName'是一个可用的文件路径。--/

NSLog(@"%@", @"v-log start");
NSMutableArray *txtArray = [[NSMutableArray alloc] init];
[txtArray addObject:@"test"];
[txtArray writeToFile:fileName atomically:YES];
NSLog(@"%@", @"v-log end");

如果我将它们放在 (void)viewDidLoad 中,这些代码可以完美运行

但是我得到'FilesHandling[3294:c07] * -[NSPathStore2 getFileSystemRepresentation:maxLength:]: message sent to deallocated instance 0x7146ad0' 当我把它们放入 (IBAction)btnClicked:(id )发件人。

你能告诉我为什么吗??

最佳答案

可能是因为 fileName 字符串已被释放。你留着了吗?

关于objective-c - 为什么 WriteToFile 方法在 (IBAction)btnClicked :(id)sender? 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12731462/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com