iCloud key value pair entitlement issues -
when tried uploading got following errors
invalid code signing entitlements. application bundle's signature contains code signing entitlements not supported on ios. specifically, key 'com.apple.developer.icloud-containter-identifiers' in 'payload/appname.app/appname' not supported
invalid code signing entitlements. application bundle's signature contains code signing entitlements not supported on ios. specifically, key 'com.apple.developer.icloud-containter-development-identifiers' in 'payload/appname.app/appname' not supported
invalid code signing entitlements. application bundle's signature contains code signing entitlements not supported on ios. specifically, key 'com.apple.developer.icloud-services' in 'payload/appname.app/appname' not supported
invalid code signing entitlements. application bundle's signature contains code signing entitlements not supported on ios. specifically, key 'com.apple.developer.icloud-containter-environment' in 'payload/appname.app/appname' not supported
please please help. have tried redoing provisioning profiles , using key-value pair icloud. seemingly simple stuff.
i have solution (i using xcode 5.1.1).
i have uploaded new version (1.1) of existing app in have introduced icloud feature, not present on previous version.
while uploading build showed same error yours (as seen in question).
the solution is:
1- open apple developer account.
2- edit appid
3- uncheck icloud container selected before.(while uncheck, icloud show configurable , leave "configurable").
4- edit provision profile , download again.
open provision profile , submit build app store.
hope works too.
Comments
Post a Comment