I am working on a very basic B4XPages application, and Debug and release mode using Adhoc provision works fine.
When i use a simulator release I get the error below. I switched between primary and secondary hosted builder but same error
When i use a simulator release I get the error below. I switched between primary and secondary hosted builder but same error
B4X:
B4i Version: 7.80
Parsing code. (0.09s)
Building folders structure. (0.15s)
Running custom action. (0.08s)
Compiling code. (0.82s)
Compiling layouts code. (0.02s)
Building Xcode project. (0.15s)
Preparing project for builder. (0.12s)
Project size: 0.53 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=See 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 = See
SDKROOT = iphonesimulator15.2
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 3d4951d743caeb8393246c88bb8fc38b
Build description path: /Users/administrator/Documents/UploadedProjects/<user id>/build/XCBuildData/3d4951d743caeb8393246c88bb8fc38b-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: Building for iOS Simulator, but the linked and embedded framework 'Lottie.framework' was built for iOS. (in target 'B4iProject' from project 'B4iProject')
Error: ** BUILD FAILED **