I am trying to configure iCloud in my iOS application, I did the following:
- Removed all old certificates on Mac.
- Added iCloud to the application in Dev Console - created a new container and added to the application
- Cancel the dev setting and load
- Condition established
- Added iCloud App Right
And this is where everything goes wrong ...
I cannot get the application to work again, the application is building, but I get an error message:
The rights specified in your applications The code signature signature file does not match those specified in the security profile.
(0xE8008016).
Any ideas?
UPDATE: I managed to launch the application so that everything was programmed and installed, everything is configured to the end of iTunes Connect, all conditions are valid and synchronized.
Now I get errors while checking ...
There are 4: Invalid code signing rights. The signature of your application package contains code signing rights that are not supported by iOS. In particular, the key "com.apple.developer.icloud-container-identifiers" in the payload ------- is not supported
The other 3 are similar to other containers!
certificate xcode ios7 icloud
Richapps
source share