gpt4 book ai didi

iphone - "Program has exited with status 101"

转载 作者:行者123 更新时间:2023-12-03 20:39:09 26 4
gpt4 key购买 nike

有人可以给我有关此错误的更多信息吗?

仅控制台日志程序退出,状态值为:101。

如果你想象我有一个 nsmutablearray:

alt text

它保存 TimeEntry 对象:

    #import <Foundation/Foundation.h>
#import "Constants.h"

/*
#define KTimeEntryInformationKey @"TEInformation"
#define KTimeEntryFromKey @"TEFrom"
#define KTimeEntryToKey @"TETo"
*/

@interface TimeEntry : NSObject <NSCopying, NSCoding> {

NSDate *from;
NSDate *to;

NSString *information;


}

@property (nonatomic, retain) NSDate *from;
@property (nonatomic, retain) NSDate *to;

@property (nonatomic, copy) NSString *information;

@end

仅当我向数组添加 15-20+ TimeEntry 对象时,应用程序才会给出错误,并在弹出上面的 viewController(如图)时给出错误。

最佳答案

我相信这就是当您的程序因使用过多内存而自动关闭时的结果代码。

这不是真正的崩溃,因此它不会停止执行或调用 gdb。

关于iphone - "Program has exited with status 101",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/582380/

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