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.
我有一个非常奇怪的核心数据问题。
我的实体仅包含字符串属性(正好 29)。当我想向核心数据实体添加新的字符串属性时,我在保存上下文 (EXC_BAD_ACCESS) 时遇到核心数据崩溃。这仅在 iOS 5.1 上发生,而不是在 6 或 7 上。需要明确的是,这不是迁移问题,每次更改后我都会进行全新安装...
更奇怪的是,当我添加一个布尔属性时,我可以在这个实体中添加更多字符串而不会导致应用程序崩溃。
有谁知道可能出了什么问题?