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.
我刚刚在 Xcode 4 中构建了一个项目,当我单击构建时它工作正常,没有错误或警告,但是它没有加载到模拟器或我的手机上,有什么想法吗?
谢谢
单击运行而不是构建(或左上角的“播放”按钮)。Build 只编译。Run 将编译它并将其加载到模拟器中。
使用左上角的“播放”按钮构建 + 运行您的应用程序,它将在所选设备中启动(在其旁边可见,通常是 iOS 模拟器)。