存档上禁用提交和验证按钮
Submit and Validade button disabled on archive
我正在尝试创建我的存档以将我的应用程序发送到商店,但 "validate" 按钮和 "submit to app store" 被禁用。
我做错了什么?
包裹内容
目标:
您的存档类型Generic Xcode Archive
不正确。
调试:
- 尝试打开它(右键单击 > 在查找器中显示 > 右键单击 > 显示包内容...)以查看应用程序中的内容
- 查看您的项目构建阶段,目标依赖项是什么
我或许可以利用这些信息提供更多帮助
我已经用它解决了问题:
"I found the Installation Directory build setting and noticed it was set to a custom path in my project. I simply deleted it (setting it to its generic value of /Applications) and the next Build -> Archive I did worked as expected and gave me a proper iOS App Archive."
来源: Cannot generate iOS App archive in xcode
我正在尝试创建我的存档以将我的应用程序发送到商店,但 "validate" 按钮和 "submit to app store" 被禁用。
我做错了什么?
包裹内容
目标:
您的存档类型Generic Xcode Archive
不正确。
调试:
- 尝试打开它(右键单击 > 在查找器中显示 > 右键单击 > 显示包内容...)以查看应用程序中的内容
- 查看您的项目构建阶段,目标依赖项是什么
我或许可以利用这些信息提供更多帮助
我已经用它解决了问题:
"I found the Installation Directory build setting and noticed it was set to a custom path in my project. I simply deleted it (setting it to its generic value of /Applications) and the next Build -> Archive I did worked as expected and gave me a proper iOS App Archive."
来源: Cannot generate iOS App archive in xcode