Hi,
Using Hoste Builder, B4i Version 8.1
I have no problem to Build Release App
But when I try to Build Simulator Release App
I've got :
And I had to set :
#MinVersion: 9
Any advice would be highly appreciated
Thanks
Patrick
Using Hoste Builder, B4i Version 8.1
I have no problem to Build Release App
But when I try to Build Simulator Release App
I've got :
Seems pb with libiBarcode2.a and libiTableView.aB4i Version: 8.10
Parsing code. (0.24s)
Building folders structure. (0.10s)
Compiling code. (0.35s)
Compiling layouts code. (0.02s)
Building Xcode project. (0.20s)
Preparing project for builder. (0.61s)
Project size: 0.75 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=Photolab CONFIGURATION_BUILD_DIR=/Users/administrator/Documents/UploadedProjects/<user id>/Payload CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -arch x86_64
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
ARCHS = x86_64
CODE_SIGNING_REQUIRED = NO
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
PRODUCT_NAME = Photolab
SDKROOT = iphonesimulator15.2
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 9868edb9bfb998422558d2e148f3dd66
Build description path: /Users/administrator/Documents/UploadedProjects/<user id>/build/XCBuildData/9868edb9bfb998422558d2e148f3dd66-desc.xcbuild
note: Build preparation complete
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
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked library 'libiBarcode2.a' is missing one or more architectures required by this target: x86_64. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked library 'libiTableView.a' is missing one or more architectures required by this target: x86_64. (in target 'B4iProject' from project 'B4iProject')
Error: ** BUILD FAILED **
And I had to set :
#MinVersion: 9
Any advice would be highly appreciated
Thanks
Patrick