iOS Question Automatic Provisioning advise.

Jan Kanon PA7X

Member
Licensed User
Longtime User
Good morning,

get this message during compile in Hosted Builder. Checked all apple stuff and says certificate and provisoning is valid until 24 june 2019. I wonder how to set : or switch to automatic provisioning ?

Please instruct for solution.


B4i Version: 4.81
Parsing code. (0.00s)
Compiling code. (0.05s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. (0.96s)
Building Xcode project (0.45s)
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone Developer: Jan Henk Kanon (XLTT99HTHS)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Allergia V 0.07 by Abrakan
PROVISIONING_PROFILE = abe91ab5-ac69-4d12-be11-f1d1cd4d0793

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Code Signing Error: No certificate matching 'iPhone Developer: Jan Henk Kanon (XLTT99HTHS)' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.
Code Signing Error: Provisioning profile "JANHENKKANON" expired on Jul 27, 2017.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
 
Top