When implementing the iUI8 librarie I get this error:
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_frmitemcon.m:2:
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_frmitemcon.h:4:
/Users/administrator/Documents/Libs/iUI8.h:29:36: error: property has a previous declaration
@property (nonatomic, readonly)int SelectedSection;
B4i Version: 5.30
Parsing code. (0.03s)
Building folders structure. (0.04s)
Compiling code. (0.24s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.24s)
Building Xcode project (0.12s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone Distribution: ...
Error: ** BUILD FAILED **
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_frmgames.o B4iProject/b4i_frmgames.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
I have iPhone 5 Version 10.3.3 (14G60)
What is strange: When I remove the iUI8, it works. And the CustomDialogExample, also with that lib, I can compile without problems. I am using the hosted builder.
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_frmitemcon.m:2:
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_frmitemcon.h:4:
/Users/administrator/Documents/Libs/iUI8.h:29:36: error: property has a previous declaration
@property (nonatomic, readonly)int SelectedSection;
B4i Version: 5.30
Parsing code. (0.03s)
Building folders structure. (0.04s)
Compiling code. (0.24s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.24s)
Building Xcode project (0.12s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone Distribution: ...
Error: ** BUILD FAILED **
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_frmgames.o B4iProject/b4i_frmgames.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
I have iPhone 5 Version 10.3.3 (14G60)
What is strange: When I remove the iUI8, it works. And the CustomDialogExample, also with that lib, I can compile without problems. I am using the hosted builder.
Last edited: