E79CDDB501B68E74DDF03EA4E75246A7FDF010D0: no identity found Command /usr/bin/codesign failed with exit code 1

被刻印的时光 ゝ 提交于 2019-12-02 20:36:55

I had the same issue. I fixed it through the following method :

Xcode > Preferences > Accounts > View Details > And just refresh the Provisioning Profile 

Then Restart the Xcode and Clean and Build.

in my case issue with provisioning profile shows expired date is not due, but when I checked in apple developer portal, and go to -iOS Provisioning Profiles, it shows me Expires: Dec 04, 2015 Status: Invalid

I have created new development provisioning profile for my app and downloaded from apple developer account. Then added in keychain Access and finally go to xCode project and selected new profile. And its solved.

user2983548

I had the same issue. I fixed it through the following method :

  1. Go to developer account, double click on development or distribution certificate to add it to keychain (that depend on what kind of provision profile you need).

  2. Xcode > Preferences > Accounts > View Details > And just refresh the Provisioning Profile (if you do not find your provision profile).

  3. Clean and Build.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!