iOS Question Sending data to remote compiler. Error

miquelr

Member
Licensed User
Longtime User
After some time without using b4i I tried to try the example of 'custom list view' but it was not possible to me by an error during the remote compilation.

I think mrp.mobileprovision and ios_devopment.cer are correct.

Can anybody help me?

Thanks in advance

====

B4i version: 3.50
Parsing code. (0.01s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.47s)
Building Xcode project (0.01s)
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 = clv
PROVISIONING_PROFILE = b69dc7c6-69ce-4570-8d5b-2a0aebb595f4

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

Check dependencies
Provisioning profile "mrp" doesn't include any certificate for which the matching private key is installed in the keychain.
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)
 

sorex

Expert
Licensed User
Longtime User
did you use a wildcart profile an app specific one? you package name doesn't seem to match whats in your profile.
 
Upvote 0
Top