iOS Question SOLVED compile error

gregorio_adrian_gimenez

Active Member
Licensed User
Longtime User
Hi everyone
I am unable to compile this application.
I created the certificates like 100 times, and I don't realize what I am doing wrong.
it is surely something simple and it is impossible for me to realize what I am doing wrong

erel says don't panic, but it's late already panic 😭😭😭

4i Version: 6.50
Parsing code. (0.33s)
Building folders structure. (0.63s)
Compiling code. (1.32s)
Compiling layouts code. (0.05s)
Compiling debugger engine code. (0.06s)
Building Xcode project (0.47s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: GREGORIO AD GIMENEZ (7TSL72UGDR)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = cepral1
PROVISIONING_PROFILE = 68acfe98-96e7-4749-8723-32e49c5b2f05



Error: ** BUILD FAILED **


The following build commands failed:
Ld /Users/administrator/Documents/UploadedProjects/<user id>/Payload/cepral1.app/cepral1 normal arm64
(1 failure)

attach complete log

I appreciate who can help me
 

Attachments

  • log.txt
    170.9 KB · Views: 158
Top