Hello, this morning I've updated a mac mini I bought. Now it runs High Sierra OS and I installed XCode 9.4.
It's the first time I try to compile on a local host. My previous attempts were on the hosted service.
I created new compilation settings, certificates, and so on.
When I try to compile in debug mode (but it's almost the same in release mode), I get this error from remote compiler:
Error
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: XXXXXXX (XXXXXX)
CONFIGURATION_BUILD_DIR = /Users/<user id>/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i BLE
PROVISIONING_PROFILE = 0fe0e451-48cc-4512-9003-XXXXXXXXXXXX
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
warning: all apps should include an armv7 architecture (current ARCHS = "arm64").
Any idea to fix this trouble?
Thank you
It's the first time I try to compile on a local host. My previous attempts were on the hosted service.
I created new compilation settings, certificates, and so on.
When I try to compile in debug mode (but it's almost the same in release mode), I get this error from remote compiler:
Error
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: XXXXXXX (XXXXXX)
CONFIGURATION_BUILD_DIR = /Users/<user id>/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i BLE
PROVISIONING_PROFILE = 0fe0e451-48cc-4512-9003-XXXXXXXXXXXX
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
warning: all apps should include an armv7 architecture (current ARCHS = "arm64").
Any idea to fix this trouble?
Thank you