Can't link on Mac - 4.19

Since switching to 4.19 I can’t get my Mac version to link.

The problem seems to come when my android specific plugins are linked. On iOS and PC these are just stubs - Startup and Shutdown functions - I’d prefer not to include them at all but having them whitelisted as android only caused issues back on 4.17.

The error is:

Performing 391 actions (4 in parallel)
[1/391] Link UE4Editor-AndroidImageHandler.dylib
[2/391] Link UE4Editor-AndroidKeyboard.dylib
ld: can't link with a main executable file '/Users/thomasshepherd/MM419/Engine/Binaries/Mac/UE4Editor.app/Contents/MacOS/UE4Editor' for architecture x86_64
ld: can't link with a main executable file '/Users/thomasshepherd/MM419/Engine/Binaries/Mac/UE4Editor.app/Contents/MacOS/UE4Editor' for architecture x86_64

I’ve confirmed that “Engine/Binaries/Mac/UE4Editor.app/Contents/MacOS/UE4Editor” exists.

Any ideas?