iOS Question Errors that don't show in the IDE customlabel checkBtn

tsteward

Well-Known Member
Licensed User
Longtime User
I write my app in B4A then come to B4I to update it and fix the bits that aren't cross platform.
Attached it the error when I try to compile the B4I version (B4A works).
Below are the Logs errors

Nowhere in my app is customlabel or checkBtn
How do I figure out where to fix this?

Current declaration does not match previous one.<br />Previous: {Type=Int,Rank=0, RemoteObject=True}<br />Current: {Type=Float,Rank=0, RemoteObject=True}
Unknown member: customlabel
 

Attachments

  • Screenshot 2026-05-02 225717.jpg
    Screenshot 2026-05-02 225717.jpg
    39.6 KB · Views: 60

tsteward

Well-Known Member
Licensed User
Longtime User
I have check my code. I have rewritten lots of code to get rid of as few libraries I suspected might be the issue. Managed to solve one problem but 1 I can not find.

I really need some help 🙏

IDE log shows Unknown member: customlabel

When I try to compile I get the following: checkBtn is no where in my code and customlabel is no where in my code - guaranteed
Tried loading an old version of my app and the same error appears so I know its in a library somewhere that I have recently updated.

** How can I find this - been hunting for a week and can't update iOS version of my app

B4i Version: 10.00
Parsing code. (0.39s)
Building folders structure. (0.19s)
Running custom action. (0.08s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: customlabel
Error occurred on line: 315
checkBtn.CustomLabel.TextColor = buttonColor
Word: customlabel
 

Attachments

  • Screenshot 2026-08-02 104005.jpg
    Screenshot 2026-08-02 104005.jpg
    115.6 KB · Views: 42
Upvote 0
Top