Search code examples
xcodexcode8

Xcode 8 "The application does not have a valid signature"


Xcode 8 throws the following error despite provisioning seems to be fine:

App installation failed. The application does not have a valid signature

How to fix it?


Solution

  • It looks like an Xcode 8 bug. Cleaning the project by pressing Command+Shift+K or Product -> Clean fixes it.