Actual error code shows also cryptic mobileprovision id, but that won't help you much:
Code Sign error: Provisioning profile '123456F8-1234-1234-ABCD-ABCDEFGH1234' can't be found
Code Sign error: Provisioning profile '123456F8-1234-1234-ABCD-ABCDEFGH1234' can't be found
The executable was signed with invalid entitlements.Case 1: Go to Provisioning Portal - Provisioning - Distribution, find your project Distribution Provisioning Profile, Edit - Modify (do whatever and revert if everything already is right) - Submit - Download and double-click the file at your dev machine. Clean and rebuild.
The entitlements specified in your application's Code Signing Entitlements file do not matchc those specified in your provisioning profile (0xE8008016). [OK]
Thu Jul 22 11:46:34 jouni-iDevice installd[643]: entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Thu Jul 22 11:46:34 jouni-iDevice installd[643]: entitlement 'application-identifier' has value not permitted by a provisioning profile
...
Thu Jul 22 11:47:06 jouni-iDevice SpringBoard[28]: Application 'Zattr' exited abnormally with signal 11: Segmentation fault
Fri Jul 2 10:26:23 jouni-iDevice installd[6313]The reason is that you have previously installed your application from App Store and overwriting app binary with a developer version is not enough.: entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Fri Jul 2 10:26:23 jouni-iDevice installd[6313]: entitlement 'application-identifier' has value not permitted by a provisioning profile