You get the error "unit Web.ApacheHTTP not found" Changed on dmvcframework.inc From: {$IFNDEF MOBILE} {$DEFINE WEBAPACHEHTTP} {$ENDIF} To: {$IFNDEF MOBILE} **{$IFNDEF MACOS}** {$DEFINE WEBAPACHEHTTP} **{$ENDIF}** {$ENDIF} and then, it works