Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid code signing entitlements?

I have found these errors while uploading the app on app store, can anyone solve this issue please?

Error ITMS-9000: "Invalid code signing entitlements. Your application bundle's signature contains code signing entitlement that are not supported on iOS. specifically, value '*' for key 'com.apple.developer.associated-domamains' in 
'Payload/battleofchampionsHDIOS.app/battleofchampionsHDIOS' is not support."

I already have tried previous methods like, disabled that iCloud, `regenerated provisional profiles multiple times, refreshed the Xcode / mac / provisional profiles from Xcode. but still having the same error again and again and again.

like image 661
Nasir Khan Avatar asked Dec 05 '22 04:12

Nasir Khan


1 Answers

I resolved this issue because I had selected the "Associated Domains" entitlement (on the Apple Developer site) however in Xcode 6.1.1 seemed to not allow an app to be submitted if you have the Associated Domains switch as off in the capabilities Xcode tab.

You can therefore solve the Associated Domain issue by going to your app target in Xcode, Capabilities, Associated Domains and hitting the switch to ON if it's off. You don't have to add any info/domains but it seems to make Xcode happy!

See image below: enter image description here

Alternatively if you can (and don't mind) then you could remove the Associated Domain entitlement when configuring your app on the Apple Developer site and re-download the certs/profiles.

like image 143
Henry Heleine Avatar answered Dec 23 '22 11:12

Henry Heleine