So, XUI views is broken in B4I.
Simply adding the library breaks the compile.
Simply adding the library breaks the compile.
B4X:
B4iProject/b4i_swiftbutton.m:8:
/Applications/B4iBuildServerBeta/UploadedProjects/<user id>/B4iProject/b4i_anotherprogressbar.h:40:9: error: unknown type name '_bcbrush'
@public _bcbrush* __busybrush;
^
/Applications/B4iBuildServerBeta/UploadedProjects/<user id>/B4iProject/b4i_anotherprogressbar.h:45:9: error: unknown type name '_bcbrush'
@public _bcbrush* __transparentbrush;
^
/Applications/B4iBuildServerBeta/UploadedProjects/<user id>/B4iProject/b4i_anotherprogressbar.h:60:22: error: unknown type name '_bcbrush'
@property (nonatomic)_bcbrush* _busybrush;
^
/Applications/B4iBuildServerBeta/UploadedProjects/<user id>/B4iProject/b4i_anotherprogressbar.h:65:22: error: unknown type name '_bcbrush'
@property (nonatomic)_bcbrush* _transparentbrush;