Xcode 7: App installation failed: A valid provisioning profile for this executable was not found

后端 未结 12 983
悲哀的现实
悲哀的现实 2020-12-13 03:17

I have already searched and almost implemented max solution but it\'s not installing any app even though if I am creating just sample single view app.

12条回答
  •  無奈伤痛
    2020-12-13 04:11

    For me, it's because the project I was trying to build is someone else's. The bundle identifier does not match with my team's provisioning profile.

    Change bundle identifier to something else help.

提交回复
热议问题