The steps I did:
- on Apple Dev modified my app id, checked the iCloud option and saved it
- removed all app store provision profiles i had
- created new provision profile for App Store distribution and linked it to my app id
- downloaded this provision profile and referenced it in my project
- to be sure, also downloaded distribution certificate again, and referenced it in my project
- in B4i, build release app with hosted builder (tried both primary and secondary server)
and have this result:
B4i Version: 7.00
Parsing code. (0.19s)
Building folders structure. (0.05s)
Running custom action. (0.02s)
Compiling code. (0.70s)
Compiling layouts code. (0.02s)
Building Xcode project. (0.24s)
Preparing project for builder. (0.67s)
Project size: 3.00 MB
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=Dylius CONFIGURATION_BUILD_DIR=/Users/administrator/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Echo bvba (CX45GJ6H3E)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=80bd2503-14d7-45c0-84ea-52e03c40a2b6 -arch armv7 -arch arm64
Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Echo bvba (CX45GJ6H3E)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Dylius
PROVISIONING_PROFILE = 80bd2503-14d7-45c0-84ea-52e03c40a2b6
note: Using new build system
note: Using codesigning identity override: iPhone Distribution: Echo bvba (CX45GJ6H3E)
note: Planning build
note: Constructing build description
error: Provisioning profile "store" doesn't include the com.apple.developer.icloud-container-development-container-identifiers,
com.apple.developer.icloud-container-identifiers,
and com.apple.developer.icloud-services entitlements. (in target 'B4iProject' from project 'B4iProject')
Error: ** BUILD FAILED **