【发布时间】:2016-03-15 18:32:11
【问题描述】:
当我运行项目时,Xcode 总是显示消息“Building AppName | Compiling Swift source files”,没有任何内容。我怎么知道项目有什么问题?谢谢! enter image description here
Xcode版本:7.1.1(7B1005)
【问题讨论】:
当我运行项目时,Xcode 总是显示消息“Building AppName | Compiling Swift source files”,没有任何内容。我怎么知道项目有什么问题?谢谢! enter image description here
Xcode版本:7.1.1(7B1005)
【问题讨论】:
这是因为您的 Xcode 启用了Automatically Refresh Views 选项。要阻止它:
XIB 或Main.StoryBoard。从现在开始,它将停止刷新视图。
【讨论】: