iOS Question Error: Out Command line invocation:

Israel Gallegos

Member
Licensed User
Hi! My project was working fine but I suddenly get this error
I created my certificates again and mi profile but doesn’t work, I read on the forum that normally this is resolved after an hour, but since yesterday I have this problem

Can you help me please?


Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release "PRODUCT_NAME=Car Wash Mobile" CONFIGURATION_BUILD_DIR=/Users/administrator/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: Brian Bernal (27A6CX4399)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=1afe3ea7-2692-4014-8589-ec14d95f07fa -arch arm64


User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Developer: Brian Bernal (27A6CX4399)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Car Wash Mobile
PROVISIONING_PROFILE = 1afe3ea7-2692-4014-8589-ec14d95f07fa

note: Using codesigning identity override: iPhone Developer: Brian Bernal (27A6CX4399)
Computing target dependency graph and provisioning inputs
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Tip: search the error message for "error:"

The actual error is:
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/LS_page_dialog_date.m:33:102: error: called object type 'float' is not a function or function pointer
[views get:mad:"lbldatetag"].Left = (int)(([views get:mad:"imgdate"].Left)+([views get:mad:"imgdate"].Width)++(5 * 1));

It is inside the designer script of page_dialog_date.
 
Upvote 0
Top