最佳答案
当我运行包含 tableview 单元格的应用程序时,在更新到 Xcode 6.1 beta 2之后,调试助理说:
Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell's content view. We're considering the collapse unintentional and using standard height instead.
以前,当我在这个项目中使用 Xcode 5时,我会得到一些错误,但是自从我升级以来,这些错误已经消失了。我现在没有其他的错误或警告了。我已经尝试过调整所有桌面视图单元格的大小,也尝试过使用标准高度,但我仍然得到同样的警告:
Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell's content view. We're considering the collapse unintentional and using standard height instead.
我也阅读了所有类似的主题,但没有一个解决方案有帮助。当我用模拟器测试应用程序时,应用程序运行良好,除了应该在 tableView 单元格中的图片不在。