iOS Question Compilation error, help me!!

ciginfo

Well-Known Member
Licensed User
Longtime User
I do not know what happened, but since I changed a lot of code from other PC, impossible to compile. Yesterday it worked fine. It seems a problem with a key or configuration?
An Idean? I join the the project

Parsing code. 0.01
Compiling code. 0.07
Compiling layouts code. 0.02
Compiling debugger engine code. 1.59
Building Xcode project 0.03
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/*******/Payload
OTHER_CODE_SIGN_FLAGS = --keychain *******
PRODUCT_NAME = Kindabreak
PROVISIONING_PROFILE = 0f5a1f1e-4334-4854-8538-61a39f494d05

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies ...............................
..............................................................
..................................................................
Error: ** BUILD FAILED **


The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/LS_affiche.o B4iProject/LS_affiche.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
 

Attachments

  • Kinda_essai.zip
    153.3 KB · Views: 183

ciginfo

Well-Known Member
Licensed User
Longtime User
OK thank you very much. It was this error script in the designer (Pnlboutons.Width = 100x '100%x). I thought and was looking at an error in the build configuration.
Thank you
 
Upvote 0
Top