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.earlysomething),该应用程序在“Release-iphoneos”文件夹中构建。现在,有了新版本(4.5),它在“Debug-iphoneos”中构建。它是不同类型的可执行文件吗?我想现在它有一些额外的调试信息 - 我怎样才能让它像以前一样构建为“发布”类型?
在 Xcode 中,转到 Project 菜单、Manage Schemes、Edit,然后仔细检查您的构建配置、Debug 或 Release。
您可以通过单击菜单来简单地构建一个版本
产品 -> 构建 -> 分析
您可以在/Users/<user>/Library/Developer/Xcode/DerivedData/<project_name>-<hash>/Build/Products/Release-*
/Users/<user>/Library/Developer/Xcode/DerivedData/<project_name>-<hash>/Build/Products/Release-*