iOS Question B4i Compiler error

abarnett

Member
Licensed User
Longtime User
Just started to get this compiler error after making some layout adjustments. Backed out changes but still fails. Any ideas

Error: ** BUILD FAILED **


The following build commands failed:
CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_xuiviewsutils.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_xuiviewsutils.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

I can also see this appear in the compiler window

'Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.'

It must be an APP issue because I can compile others ok

I'm running B4i 7.80 and hosted builder
 
Last edited:

abarnett

Member
Licensed User
Longtime User
FOUND.

saw this in the error log '
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.h:1306:1: error: duplicate interface definition for class '_period'

I had a Type called Period in my code that was commented and tidying up code deleted the comment code
 
Upvote 0
Top