Search code examples
iosiphonexcodecompilationxcode5

“The application does not have a valid signature” shows EVERY second time in XCode 5


I created new target for my app and every second time I compile it and try to run on the device, I get:

“The application does not have a valid signature”

...and app does not run.

I checked all similar posts in stackoverflow but none of the solutions helped me (cleaning project, etc...)


Solution

  • I found people saying two different things that are supposed to solve this problem:

    • Delete all broken provisioning profiles.
    • Ensure there are no spaces in the name of the folder that you are building from (your Xcode project folder) -- this was what fixed it for me!