0

我是 Xcode 的新手,我刚刚完成了我的第一个 iPhone 应用程序的创建。我现在正在尝试将其存档以发布它。但是,我不断收到此错误:

Validate /Users/mannyrothman/Library/Developer/Xcode/DerivedData/LASD_Mobile-avjipewnjellnpgfnksgomejhqim/Build/Intermediates/ArchiveIntermediates/LASDMobile/InstallationBuildProductsLocation/Applications/LASDMobile.app
    cd "/Users/mannyrothman/Documents/LASD Mobile copy"
    setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    setenv PRODUCT_TYPE com.apple.product-type.application
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation /Users/mannyrothman/Library/Developer/Xcode/DerivedData/LASD_Mobile-avjipewnjellnpgfnksgomejhqim/Build/Intermediates/ArchiveIntermediates/LASDMobile/InstallationBuildProductsLocation/Applications/LASDMobile.app

Unable to validate your application. - (null)Executable=/Users/mannyrothman/Library/Developer/Xcode/DerivedData/LASD_Mobile-avjipewnjellnpgfnksgomejhqim/Build/Intermediates/ArchiveIntermediates/LASDMobile/InstallationBuildProductsLocation/Applications/LASDMobile.app/LASDMobilecodesign_wrapper-4.1: using Apple CA for profile evaluation/Users/mannyrothman/Library/Developer/Xcode/DerivedData/LASD_Mobile-avjipewnjellnpgfnksgomejhqim/Build/Intermediates/ArchiveIntermediates/LASDMobile/InstallationBuildProductsLocation/Applications/LASDMobile.app: valid on disk/Users/mannyrothman/Library/Developer/Xcode/DerivedData/LASD_Mobile-avjipewnjellnpgfnksgomejhqim/Build/Intermediates/ArchiveIntermediates/LASDMobile/InstallationBuildProductsLocation/Applications/LASDMobile.app: satisfies its Designated Requirementtest-requirement: code failed to satisfy specified code requirement(s)codesign_wrapper-4.1: failed to execute codesign(1) - (null)
4

1 回答 1

0

@fcpwiz 提供的屏幕

您的屏幕截图显示 Xcode 的管理器中没有可用的分发配置文件。在 Apple Developer Portal 中创建配置文件,通过“刷新”下载它们,并确保将此配置文件用于您需要的操作。

于 2012-11-18T23:01:11.193 回答