SDK'iOS 8.4'不允许进行临时代码签名

问题描述:

我正在尝试在我的iphone上运行我的IOS应用程序,我有一个苹果开发者帐户,我已经完成了创建证书的所有步骤,当我尝试运行它时,我有这样的错误消息:

I am trying to run my IOS app on my iphone, I have an apple developer account and I did all the steps to create certificate, When I am trying to run it I have this error message:


代码签名错误:SDK'iOS 8.4'不允许进行临时代码签名

Code Sign error: ad hoc code signing not allowed with SDK 'iOS 8.4'

CodeSign错误: SDK'iOS 8.4'中的产品类型'Framework'
需要代码签名

CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 8.4'

任何解决方案

编辑:

I found the problem, Actually it was from the library, I added it to cocopods and worked well (y)