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.
为什么当我提交一个对象并NSLog(@"model: %@", self)在entityDidInsert控制台中执行输入时,它只打印“模型:”,而当我执行po self调试模式时,我收到消息“对象返回空描述”。
NSLog(@"model: %@", self)
entityDidInsert
po self
对象已正确存储。
检查“构建设置”中的优化级别。
尝试将其设置为无 [-O0],然后将“复制期间剥离调试符号”设置为“否”
可选 - 清除交付数据