小编Rod*_*son的帖子

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

我一直在尝试归档我的一个项目,但无法使其正常工作。我查看了其他建议,包括从框架中删除 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)

xcode ipa ios13 xcode11

2
推荐指数
1
解决办法
3590
查看次数

标签 统计

ios13 ×1

ipa ×1

xcode ×1

xcode11 ×1