Hello,
I am trying to compile and run the MyFirstProgram to run only on IPAD
I have put a #target: Ipad statement in the #Region
and of course my IPAD3_IPCS iclude only 3 IPAD's
why the IDE is trying to build for an Iphone ?
follow is the error:
B4i version: 3.60
Parsing code. (0.00s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.64s)
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/osx/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = MyFirstProgram
PROVISIONING_PROFILE = 2069f09f-79f9-4352-98ec-e33df6a3372b
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Provisioning profile "IPAD3_IPCS" doesn't include signing certificate "iPhone Distribution: yves vouin (868ASLE39G)".
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
I am trying to compile and run the MyFirstProgram to run only on IPAD
I have put a #target: Ipad statement in the #Region
and of course my IPAD3_IPCS iclude only 3 IPAD's
why the IDE is trying to build for an Iphone ?
follow is the error:
B4i version: 3.60
Parsing code. (0.00s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.64s)
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/osx/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = MyFirstProgram
PROVISIONING_PROFILE = 2069f09f-79f9-4352-98ec-e33df6a3372b
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Provisioning profile "IPAD3_IPCS" doesn't include signing certificate "iPhone Distribution: yves vouin (868ASLE39G)".
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)