iOS Question Build Fail Error

Kevin Hartin

Active Member
Licensed User
Any idea what this refers to? It is a POS app that is being ported to B4i from B4a. There are over 1000 lines of error text (attached) but it starts and ends in this

Compile Error:
B4i Version: 7.80 BETA #1
Parsing code.    (0.24s)
Building folders structure.    (0.07s)
Running custom action.    (0.04s)
Compiling code.    (0.46s)
Compiling layouts code.    (0.01s)
Compiling debugger engine code.    (0.03s)
Building Xcode project.    (0.13s)
Preparing project for builder.    (0.20s)
    Project size: 0.77 MB
Sending data to remote compiler.    Error
Out: Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release "PRODUCT_NAME=Samoa POS" CONFIGURATION_BUILD_DIR=/Users/erel/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: Kevin hartin (Q5GXUL5AC8)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=0a92ffb8-def3-44c8-a712-7754e998fc8c -arch arm64

Build settings from command line:
    ARCHS = arm64
    CODE_SIGN_IDENTITY = iPhone Developer: Kevin hartin (Q5GXUL5AC8)
    CONFIGURATION_BUILD_DIR = /Users/erel/Documents/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = Samoa POS
    PROVISIONING_PROFILE = 0a92ffb8-def3-44c8-a712-7754e998fc8c

.......

Error: ** BUILD FAILED **


The following build commands failed:
    CompileC /Users/erel/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_swiftbutton.o /Users/erel/Documents/UploadedProjects/<user id>/B4iProject/b4i_swiftbutton.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Thanks,
Kev
 

Attachments

  • error.txt
    161 KB · Views: 135
Top