iOS Question XUI Views broken

techknight

Well-Known Member
Licensed User
Longtime User
So, XUI views is broken in B4I.

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;
 

OliverA

Expert
Licensed User
Longtime User
Another stab: looking at the e-mail, it has a link to the Mac Builder. Have you installed it (it may be a newer version)?
 
Upvote 0
Top