iOS Question Provisioning profile entitlement

zak

Member
Licensed User
Longtime User
Hello When pressing Tools->Build server->Build B4i-bridge app to install it on myipad mini, i get the following error:

B4i version: 4.01
Parsing code. (0.02s)
Compiling code. (0.05s)
Building designer app. (0.01s)
Building Xcode project (0.03s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/mariette/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 0c70bd9e-ad39-4411-9975-29995844c0ed

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

Check dependencies
Automatic signing is unable to resolve an issue with the "B4iProject" target's entitlements file. Remove the entitlements or switch to manual signing and resolve the issue by downloading a provisioning profile from the developer website.
Provisioning profile "development" doesn't include the aps-environment entitlement.
Code signing is required for product type 'Application' in SDK 'iOS 10.3'


Error: ** BUILD FAILED **


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

Can someone get me a solution. All Working fine on simulator. And I followed the various posts on how to set everything up. TX
 

zak

Member
Licensed User
Longtime User
Hello and TX. On the hosted build I get the message:

B4i version: 4.01
Parsing code. (0.03s)
Compiling code. (0.04s)
Building designer app. (0.01s)
Building Xcode project (0.02s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 0c70bd9e-ad39-4411-9975-29995844c0ed

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

Check dependencies
Provisioning profile "development" doesn't include the aps-environment entitlement.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


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