iOS Question Solved - I upgraded the B4I version to 8.3, but there was an error during compilation

cqzhongcheng

Member
Licensed User
I upgraded the B4I version to 8.3, but there was an error during compilation
The B4iBuildServer.zip version I received still shows 8.10, not 8.3
The compilation error information is as follows:
The compilation error information:
B4i Version: 8.30
Parsing code.    (0.35s)
Building folders structure.    (0.02s)
Compiling code.    (0.27s)
Compiling layouts code.    (0.00s)
Building Xcode project.    (0.14s)
Preparing project for builder.    (0.55s)
    Project size: 2.97 MB
Sending data to remote compiler.    Error
Out: Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=result CONFIGURATION_BUILD_DIR=/Users/sugemd/Desktop/b4i_8/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: wang ji cheng (S3XB65985X)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=c2e78b55-4c8b-49f2-ac54-265f2470e522 -arch armv7 -arch arm64

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = armv7 arm64
    CODE_SIGN_IDENTITY = iPhone Developer: wang ji cheng (S3XB65985X)
    CONFIGURATION_BUILD_DIR = /Users/sugemd/Desktop/b4i_8/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = result
    PROVISIONING_PROFILE = c2e78b55-4c8b-49f2-ac54-265f2470e522

note: Using new build system
note: Using codesigning identity override: iPhone Developer: wang ji cheng (S3XB65985X)
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
/Users/sugemd/Desktop/b4i_8/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked library 'libiPhone.a' is missing one or more architectures required by this target: armv7. (in target 'B4iProject' from project 'B4iProject')
/Users/sugemd/Desktop/b4i_8/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked library 'libCore.a' is missing one or more architectures required by this target: armv7. (in target 'B4iProject' from project 'B4iProject')
/Users/sugemd/Desktop/b4i_8/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked library 'libiHUD.a' is missing one or more architectures required by this target: armv7. (in target 'B4iProject' from project 'B4iProject')


Error: ** BUILD FAILED **
 
Top