XCode 7.3.1 Archive Error: "Verify that your build process has compiled binaries and copied in bundle resources"

XCode 7.3.1 Archive Error: "Verify that your build process has compiled binaries and copied in bundle resources"

我遇到的问题是,每当我想为 AdHoc 应用程序存档我的 iPad 应用程序时,我都会收到 "Verify that your build process has compiled binaries and copied in bundle resources".

所以它也抱怨存档进程找不到任何可以签名的东西。

有人可以帮忙吗?

project navigator select 你的项目然后转到目标下的 build phases 并检查你的每个 类、故事板、资产或框架是否在那里在 compile sources,copy bundle resource, link binaries with library,.

查看下面的截图,

你的 compile sources 应该拥有你的全部 类。

如果您使用 Xcode 12,请确保包含 arm64 架构:

在Xcode12中,确保包含arm64架构:

在您的目标 -> 构建设置中搜索:

  1. VALID_ARCHS 并确保包含 arm64
  2. 搜索 Excluded Architectures 并确保那里没有提到 arm64