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.
在向 App Store 发布应用程序时,我的标准工作流程是Product > Archive从 Xcode 的菜单栏中按下。
Product > Archive
我意识到我从不更改Build Configuration构建方案中的 Xcode。我Debug在开发期间将其设置为,但希望 App Store 上的版本为Release.
Build Configuration
Debug
Release
我希望并假设Product > Archive自动使用Release构建配置。任何人都可以确认吗?
是的。默认情况下,Debug 配置用于在模拟器上运行,而 Release 用于存档。我建议查看您的方案。
产品 -> 方案 -> 编辑方案...
方案、操作、构建配置
Target -> Schema -> Action -> Build configuration
[方案]
操作:运行、测试、配置文件、分析、归档
Build Configuration[关于]:调试,发布,
要检查/更改Build Configuration,您应该编辑/管理架构