ios - "The application does not have a valid signature"Xcode 7

标签 ios xcode swift

<分区>

我正在尝试在我的 iPhone 上测试我的应用程序,但是当我单击“构建并运行”时,出现此错误:C

应用安装失败:应用没有有效的签名

这里有人知道如何解决吗?

enter image description here

最佳答案

您是否拥有 Apple 开发者成员(member)资格?如果没有,您需要一个才能在真实设备上运行您的应用程序,请参见此处:Apple Developer Enrollment

如果您有 Apple 开发者帐户,则需要:

  • 确保您的应用程序build设置设置正确以正确使用 证书和配置文件。

enter image description here

  • 确保您的设备 UDID 已根据您的应用程序注册 苹果成员(member)中心简介:Apple Member Center

关于ios - "The application does not have a valid signature"Xcode 7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36924062/

相关文章:

ios - 分段按钮控制

ios - 你如何确定回合制 iOS 游戏的 'side'?

ios - UINavigationController 和 TabBarController 以编程方式(无 Storyboard)

iphone - 我们如何知道我们的代码中缺少哪个框架

ios - 如何快速获取 wkwebView 内容大小

ios - AFHTTPRequestOperation _totalBytesRead 是在放气之前还是之后?

ios - leftcalloutaccessoryView 取整个注解View

xcode - 不会向内部用户发送 TestFlight 邀请电子邮件

swift - 如何将*单个图像*与视频合并

ios - 在点击 UITableViewCell 中的 DesignableView 以进行更改时遇到问题