使用 Xcode 11 归档项目时 IPA 处理失败

Rod*_*son 2 xcode ipa ios13 xcode11

我一直在尝试归档我的一个项目,但无法使其正常工作。我查看了其他建议,包括从框架中删除 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 =             {
        };
        level = WARN;
    }
);
Run Code Online (Sandbox Code Playgroud)

更新:我不认为这是一个框架问题,因为我拥有的另一个应用程序使用相同的框架和档案很好。

小智 8

我遇到了同样的问题“IPA 处理失败”以及这些警告。当前的解决方法是在存档时出现 App 细化窗口时立即按 Enter,因为“下一步”按钮具有焦点,或者是超级快速点击它。

并确保在创建 IPA 时“取消选中”位码检查。