I can not figure out why this is giving me this error. I know I have a valid .mobileprovision that is active. My app is ready for uploading in Itunes connect and I have selected the provision in my build setting. Can anyone please help me figure this out.
Asked
Active
Viewed 244 times
0
-
Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The Bundle contains a key that is not included in the provisioning profile:'inter-app-audio' in Payload. – ArmorKing1212 Dec 18 '13 at 05:46
-
Your package contains a file 'welldoneskatesupply.temp_caseinsensitive_rename.temp_caseinsensitive_rename 'with a name that cintains leading or trailing whitespec characters. – ArmorKing1212 Dec 18 '13 at 05:48
1 Answers
0
Double check the bundle identifier also this issue can be produced because of invalid private key.

brainforked
- 139
- 1
- 16
-
Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The Bundle contains a key that is not included in the provisioning profile:'inter-app-audio' in Payload. – ArmorKing1212 Dec 18 '13 at 05:51
-
Your package contains a file 'welldoneskatesupply.temp_caseinsensitive_rename.temp_caseinsensitive_rename 'with a name that cintains leading or trailing whitespec characters. – – ArmorKing1212 Dec 18 '13 at 05:52
-
see this [answer](http://stackoverflow.com/questions/12848712/changed-project-name-in-xcode-causing-naming-error) – brainforked Dec 18 '13 at 05:54
-
-