本文介绍了没有具有有效签名身份的配置文件.找不到匹配的配置文件,xcode,ios的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此消息显示在身份 --> 团队

未找到具有与包标识符com.myname.appname"匹配的有效签名身份(即证书和私钥对)的配置文件.

这是为什么.请帮我解决这个问题.

我可以用模拟器测试,但不能用我的 iphone 测试.

这是

当团队菜单下的警告文本消失时,点击运行按钮.

This message shows under identity --> Team

Why is this.please help me with this.

I can test with simulator,but cannot test with my iphone.

This is how the keychain shows

I changed my mac password today

'm using a free account, not a paid one

解决方案

Since release of Xcode 7, developers are allowed to test or run app on any number of devices by logging in with your Apple ID. There is no need of paid Program membership of Apple.

Follow below steps :

  • Add your Apple ID to Accounts preferences in Xcode.

  • Go to General tab in Project and choose your team name from the Team pop-up menu.

  • Below the Team pop-up menu, click Fix Issue.

When warning text under the Team menu disappears , Click the Run button.

这篇关于没有具有有效签名身份的配置文件.找不到匹配的配置文件,xcode,ios的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-16 00:35