- Create a valid LCB project folder on macOS then In the macOS finder do something, such as set a finder label, that would create an invisible meta-data shadow file (example: widget.lcb would create an invisible ._widget.lcb file)
- In Windows 10, with the entire LCB project folder on a Windows 10 accessible drive partition, try to compile the Widget.lcb with Extension Builder in LiveCode.
The fix was adding a filter line that discards any file that has a name starting with a dot, which is long used convention for invisible files on *Nix / Posix platforms (which macOS is built on)
https://github.com/PaulMcClernan/OpenXT ... ript#L1621
I fixed this myself, Yeah Me!