Xcode5 GM crashes, "no identities are available for signing" then crash Xcode5 GM crashes, "no identities are available for signing" then crash xcode xcode

Xcode5 GM crashes, "no identities are available for signing" then crash


You can create a new app distribution provisioning profile to fix it.It works to me.


On a brand new project, with a brand new Xcode 5, with a brand new developer account, with freshly created certificates, app ID, and distribution provisioning profile, I the exact same problem.

Compare your Provisioning Profile's Bundle Identifier with what is on your project's info tab!

I had created my app ID (as I always do) using all lowercase letters.

When Xcode creates a new project, the template has Bundle identifier set to com.company.${PRODUCT_NAME} which resulted in a capitalized product name. This will also result in the same problem.

This. This right here is that lighting bolt of pain right above your eye. Like an ice pick.


I had the same issue to fix this for me I did not have a valid Distribution Provisioning Profile attached to the build. Hope this fixes the problem for you.

Thanks,Michael