Its something going on with the keys certs. Something is wrong.
The problem seems it does NOT like having both a dev, and a dist key and provision inthe same folder. That sucks really. Need to fix it so I dont have to keep swapping keys in and out, that gets old, although I could have sworn you fixed this in a previous update?
I moved the development keys into another folder, and left the adhoc distribution keys in place. This fixed the illegal characters error. But its now generating a new one:
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: john doe(XXXXX) <-- removed cert identity.
CONFIGURATION_BUILD_DIR = /Applications/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 0dc3ce1b-712a-4b84-a4f3-eb02f952dc5f
note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: "B4iProject" requires a provisioning profile. Select a provisioning profile for the "Release" build configuration in the project editor. (in target 'B4iProject')
Error: ** BUILD FAILED **