签名者无效错误 [英] signer not valid error

查看:41
本文介绍了签名者无效错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是为 appstore 发行版构建的,但是当我尝试在设备上(而不是正在开发的)上测试它时

I build for appstore distribution , but when trying to test it on device (not the developing )

它给出以下警告

应用程序myapp"未安装在 iPhone用户的 iPhone"上,因为签名者无效.

The application "myapp" was not installed on the iPhone "user's iPhone" because the signer is not valid.

解决这个问题的任何建议

any suggestion to solve that

最好的问候

推荐答案

当您想要测试应用的生产版本(而不是开发者版本)时,您无法使用 App Store 配置文件并将其安装在您的应用程序上应用程序.

When you want to test a production version of your app (rather than a developer version) you can't use the App Store provisioning profile and install it on your app.

在 XCode > Organizer > Provisioning Profiles 中,您将看到下载的配置文件.如果您选择您的 App Store 配置文件,您将看到以下内容:

In XCode > Organizer > Provisioning Profiles you'll see your downloaded provisioning profiles. If you select your App Store provisioning profile you'll see the following:

注意无法安装在设备上"的提示.

您需要创建一个 Ad Hoc Distribution 配置文件并使用它来签署您的应用程序.确保将设备添加到此配置文件中,并在将 .mobileprovision 文件发送给其他人进行测试时将其与 .ipa 文件一起包含在内.

You need to create an Ad Hoc Distribution provisioning profile and use that to sign your app. Make sure you add the device(s) to this provisioning profile and include the .mobileprovision file along with the .ipa file when sending it to someone else to test.

在 iOS Provisioning Portal 上创建 Ad Hoc 配置文件:http:///developer.apple.com/ios/manage/provisioningprofiles/viewDistributionProfiles.action

Create the Ad Hoc provisioning profile on the iOS Provisioning Portal: http://developer.apple.com/ios/manage/provisioningprofiles/viewDistributionProfiles.action

有关 Ad Hoc 分发的更多信息,请参阅 http://developer.apple.com/ios/manage/distribution/distribution.action 了解更多信息.

For more info on Ad Hoc distribution see http://developer.apple.com/ios/manage/distribution/distribution.action for more information.

这篇关于签名者无效错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆