iOS Question iXUI with xCustomlistview compile error

mcvburen

Member
Licensed User
Hello all,

Windows 10
B4i Bridge
IOS 11.1.2, iphone7

I use a half dozen xCustomListViews in a project and everything has been compiling fine until yesterday. The problem seems to be the file libiXUI.a in the iXUI library (version 1.46) and a compatibility issue with arm64.

I re-downloaded the iXUI library ZIP (replaced the files in my Additional Libraries folder) and re-downloaded the xCustomListView .Bas file but the error will not go away. I also did all the usual save and restart IDE, clean project but the error occurs in debug or release mode.

Has anyone had a similar problem? Here is the compile error begin and end messages

Building Xcode project (0.62s)
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = ProjectX
PROVISIONING_PROFILE = 62f5c988-5428-4d0b-a19e-6ba75f90e4fd
....
....
ld: warning: ignoring file ../../Libs/libiXUI.a, file was built for archive which is not the architecture being linked (arm64): ../../Libs/libiXUI.a
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_B4IXUI", referenced from:
objc-class-ref in b4i_customlistview.o
"_OBJC_CLASS_$_B4XViewWrapper", referenced from:
...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Error: ** BUILD FAILED **
 
Top