iOS Question Errors that don't show in the IDE

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: 20
Top