Xcode 6.3.2应用程序没有有效签名 [英] Xcode 6.3.2 The application does not have a valid signature

查看:109
本文介绍了Xcode 6.3.2应用程序没有有效签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已尝试过所有相关主题并执行了所有建议的步骤:

I have tried every related thread and did all the suggested steps:


  1. 删除所有配置文件

  2. 创建新的应用ID

但我还是


应用程序安装失败,在安装应用程序时,应用程序没有有效的
签名

App Installation Failed, The application does not have a valid signature

错误iPhone 6 iOS 8.3

error when installing app on iPhone 6 iOS 8.3

我安装Parse& Facebook框架。此手机上的其他应用程序仍可正常安装。

This app was installing fine on this phone yesterday before I installed Parse & Facebook frameworks. Also other apps still install fine on this phone.

推荐答案

仅限其他有此问题的人使用。我尝试了所有可能的解决方案,最终创建了一个新的空白项目并复制粘贴我的资产以使其工作。

Just for anyone else having this issue. I tried every possible solution and ended up creating a new blank project and copy pasted my assets to make it work.

我删除了嵌入式二进制文件。
#import< ParseFacebookUtilsV4 / PFFacebookUtils.h> 现在仅用于桥接标头,不会导入任何swift文件。

I removed Embedded Binaries. And #import <ParseFacebookUtilsV4/PFFacebookUtils.h> is now only in bridging header and not imported in any swift files.

虽然 FBSDKCoreKit 未在桥接头中导入,而是在每个swift文件中导入,但需要它。

While FBSDKCoreKit in not imported in bridging header but instead imported in every swift file it is needed.

希望这有助于某人!!

Hope this helps someone!!

这篇关于Xcode 6.3.2应用程序没有有效签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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