iOS Question iUI8

Ju Yang

Active Member
Licensed User
Longtime User
B4X:
B4i version: 2.51
Parsing code.    (0.74s)
Compiling code.    (2.13s)
Compiling layouts code.    (0.41s)
Building Xcode project    (2.15s)
Sending data to remote compiler.    Error
Out: Build settings from command line:
    ARCHS = armv7 arm64
    CODE_SIGN_IDENTITY = iPhone
    CONFIGURATION_BUILD_DIR = /Users/zhaogaoping/Desktop/AlipayProject/macserver_25/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = result
    PROVISIONING_PROFILE = 5e369a50-55e8-4e3f-b367-7ab917fd1a7f

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

Check dependencies

In file included from /Users/zhaogaoping/Desktop/AlipayProject/macserver_25/UploadedProjects/<user id>/B4iProject/b4i_callsubutils.m:2:
In file included from /Users/zhaogaoping/Desktop/AlipayProject/macserver_25/UploadedProjects/<user id>/B4iProject/b4i_callsubutils.h:2:
/Users/zhaogaoping/Desktop/AlipayProject/macserver_25/Libs/iTableView.h:128:45: note: property declared here
@property (nonatomic, weak)UITableViewCell *nativeCell;
                                            ^
In file included from /Users/zhaogaoping/Desktop/AlipayProject/macserver_25/UploadedProjects/<user id>/B4iProject/b4i_callsubutils.m:2:
In file included from /Users/zhaogaoping/Desktop/AlipayProject/macserver_25/UploadedProjects/<user id>/B4iProject/b4i_callsubutils.h:15:
/Users/zhaogaoping/Desktop/AlipayProject/macserver_25/Libs/iUI8.h:142:43: error: property has a previous declaration
@property (nonatomic)UITableViewCellStyle cellStyle;
                                          ^
In file included from /Users/zhaogaoping/Desktop/AlipayProject/macserver_25/UploadedProjects/<user id>/B4iProject/b4i_callsubutils.m:2:
In file included from /Users/zhaogaoping/Desktop/AlipayProject/macserver_25/UploadedProjects/<user id>/B4iProject/b4i_callsubutils.h:2:
/Users/zhaogaoping/Desktop/AlipayProject/macserver_25/Libs/iTableView.h:130:43: note: property declared here
@property (nonatomic)UITableViewCellStyle cellStyle;
                                          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]


Error: ** BUILD FAILED **

The following build commands failed:
    CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_aboutpagecontroller.o B4iProject/b4i_aboutpagecontroller.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_advicepagecontroller.o B4iProject/b4i_advicepagecontroller.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_animationmanager.o B4iProject/b4i_animationmanager.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_addadrpagecontroller.o B4iProject/b4i_addadrpagecontroller.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_businesspagecontroller.o B4iProject/b4i_businesspagecontroller.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(5 failures)
 
Top