Xojo 2019r1 vs Mojave 10.14.4

When running a plain raw default “Desktop application” from Xojo 2019r1 on Mojave 10.14.4 (brand new installation), I get the following errors:

In 32-bit: a crash report with reason “DYLD, [0x5] Code signature” when trying to load the XojoFramework
In 64-bit:

[code]Linking Executable
Undefined symbols for architecture x86_64:

“_ScreenScaleFactorGetter”, referenced from:
_Screen.ScaleFactor.Get%f8%oi4 in #rbframework.o
ld: symbol(s) not found for architecture x86_64[/code]

Is anyone else seeing this?

EDIT: it works with Xojo 2018r3 for both bitness.

you signed the app and the frameworks with the same code signature?

@Christian Schmitz — I didn’t sign the app as it was a debug build

Something looks corrupt with that install of Xojo 2019r1. I’d clean up and reinstall it from scratch.

@Gavin Smith — Thanks Gavin, that worked.