I'm trying to build an app using XUI views, and when the code is sent to my local mac, I'm getting a build failure with the error
ld: library not found for -lB4XFormatter
I'm guessing there's something I should be putting in the Libs folder on the Mac that's running the build tools, but what? All I can find is the b4xlib, which doesn't contain any .a or .h files.
ld: library not found for -lB4XFormatter
I'm guessing there's something I should be putting in the Libs folder on the Mac that's running the build tools, but what? All I can find is the b4xlib, which doesn't contain any .a or .h files.