I'm having a problem similar to several I've seen recently posted. Apologize in advance if I've missed a posted solution...
I have a provision profile with a wildcard ID (b4i.*). My certificate is an IOS development type. I am trying to build a B4i-Bridge App for my iPhone (which previously had the B4i-Bridge app installed but inexplicably stopped working.) I'm using Apple Configurator and XCODE Version 14.0 on a macBook Pro.
Here is my error message:
B4i Version: 8.00
Parsing code. (0.00s)
Building folders structure. (0.00s)
Compiling code. (0.00s)
Building designer app. (0.01s)
Building Xcode project. (0.08s)
Preparing project for builder. (0.04s)
Project size: 0.23 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: Neil Rohan (8TL8SJ7MKB)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=a4971363-d69c-4bf7-b010-824a3ba6a8ff -arch armv7 -arch arm64
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Developer: Neil Rohan (8TL8SJ7MKB)
CONFIGURATION_BUILD_DIR = /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = a4971363-d69c-4bf7-b010-824a3ba6a8ff
note: Using codesigning identity override: iPhone Developer: Neil Rohan (8TL8SJ7MKB)
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 598e768970e65adb71175729962d2836
Build description path: /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/build/XCBuildData/598e768970e65adb71175729962d2836-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: The armv7 architecture is deprecated. You should update your ARCHS build setting to remove the armv7 architecture. (in target 'B4iProject' from project 'B4iProject')
Error: ** BUILD FAILED **
Any help would be greatly appreciated.
I have a provision profile with a wildcard ID (b4i.*). My certificate is an IOS development type. I am trying to build a B4i-Bridge App for my iPhone (which previously had the B4i-Bridge app installed but inexplicably stopped working.) I'm using Apple Configurator and XCODE Version 14.0 on a macBook Pro.
Here is my error message:
B4i Version: 8.00
Parsing code. (0.00s)
Building folders structure. (0.00s)
Compiling code. (0.00s)
Building designer app. (0.01s)
Building Xcode project. (0.08s)
Preparing project for builder. (0.04s)
Project size: 0.23 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: Neil Rohan (8TL8SJ7MKB)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=a4971363-d69c-4bf7-b010-824a3ba6a8ff -arch armv7 -arch arm64
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Developer: Neil Rohan (8TL8SJ7MKB)
CONFIGURATION_BUILD_DIR = /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = a4971363-d69c-4bf7-b010-824a3ba6a8ff
note: Using codesigning identity override: iPhone Developer: Neil Rohan (8TL8SJ7MKB)
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 598e768970e65adb71175729962d2836
Build description path: /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/build/XCBuildData/598e768970e65adb71175729962d2836-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: The armv7 architecture is deprecated. You should update your ARCHS build setting to remove the armv7 architecture. (in target 'B4iProject' from project 'B4iProject')
Error: ** BUILD FAILED **
Any help would be greatly appreciated.