我一直在尝试归档我的一个项目,但无法使其正常工作。我查看了其他建议,包括从框架中删除 x86_64 和 i386 无济于事,而且我搞砸了所有构建设置/阶段。我的项目不使用 Carthage 只是 Cocoa Pods,它们都是最新的。当它无法存档时,我单击“显示日志”,并在最底部显示以下内容:
alerts = (
{
code = 3620;
description = "Configuration issue: platform AppleTVSimulator.platform doesn't have any non-simulator SDKs; ignoring it";
info = {
};
level = WARN;
},
{
code = 3620;
description = "Configuration issue: platform WatchSimulator.platform doesn't have any non-simulator SDKs; ignoring it";
info = {
};
level = WARN;
},
{
code = 3620;
description = "Configuration issue: platform iPhoneSimulator.platform doesn't have any non-simulator SDKs; ignoring it";
info …Run Code Online (Sandbox Code Playgroud)