iOS Question B4I Local Mac Builder Release not work

kris A

Member
Licensed User
Longtime User
I installed a local mac builder with xcode v 9.2 and build server version: 5.02.
When I debug my app in DEBUG works, but when I try to build Release APP I find an error

Kindly please help this problem.

B4X:
B4i Version: 5.00
Parsing code.    (0.05s)
Compiling code.    (0.30s)
Compiling layouts code.    (0.02s)
Building Xcode project    (0.25s)
    

Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/DEV normal armv7
    cd /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>
    export IPHONEOS_DEPLOYMENT_TARGET=7.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk -L/Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/Payload -L../../Libs -F/Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/Payload -F../../Libs -filelist /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/DEV.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=7.0 -Xlinker -object_path_lto -Xlinker /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/DEV_lto.o -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -ObjC -lCore -framework Foundation -framework CoreGraphics -framework UIKit -liXUI -liRandomAccessFile -liHttpUtils2 -liMedia -liHUD -liCustomDialog -liTabStrip -lOpenCVWrappr -framework AVFoundation -lz -lihttp -listringutils -framework AssetsLibrary -framework UIKit -framework opencv2 -lstdc++ -Xlinker -dependency_info -Xlinker /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/DEV_dependency_info.dat -o /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/DEV
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/DEV normal arm64
    cd /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>
    export IPHONEOS_DEPLOYMENT_TARGET=7.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk -L/Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/Payload -L../../Libs -F/Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/Payload -F../../Libs -filelist /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/DEV.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=7.0 -Xlinker -object_path_lto -Xlinker /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/DEV_lto.o -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -ObjC -lCore -framework Foundation -framework CoreGraphics -framework UIKit -liXUI -liRandomAccessFile -liHttpUtils2 -liMedia -liHUD -liCustomDialog -liTabStrip -lOpenCVWrappr -framework AVFoundation -lz -lihttp -listringutils -framework AssetsLibrary -framework UIKit -framework opencv2 -lstdc++ -Xlinker -dependency_info -Xlinker /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/DEV_dependency_info.dat -o /Users/ineke/Desktop/xcode/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/DEV


Error: ** BUILD FAILED **


The following build commands failed:
    Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/DEV normal armv7
(1 failure)
 
Top