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.
我正在尝试为 cydia 提交构建我的小应用程序......但我找不到我的实际 .app。在 Xcode 的产品部分下,.app 标记为红色(这意味着它不存在)。在我的项目文件夹中,没有名为 build 之类的文件夹。如何构建我的应用程序?(Xcode 4.3.2,iOS 5.1)
没关系。我找到了答案:shift+cmd+2 打开管理器,点击“项目”选项卡,从左侧栏中选择您的项目,最后点击“派生数据”标签右侧的小箭头打开文件夹。从这里只需导航到 /build/products/debug-iphonesimulator 就可以了。