Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在后台线程中运行的 http 请求。数据一到,我就尝试将其保存到 coredata 中,但它在许多点上随机崩溃,并出现 EXC_BAD_ACCESS 错误。有人能指出我正确的方向吗?
您正在正确释放已发布的数组。尝试启用NSZombie或检查您是否在未使用alloc关键字 创建的数组上调用 release
NSZombie
alloc