I am trying add a Tex source files which should be compiled using XeLaTex in OverLeaf, since some external dependencies were used to add fonts from other languages except English. ArXiv does not accept source files complaining,
!Fatal Package fontspec Error: The fontspec package requires either XeTeX or(fontspec) LuaTeX.
(fontspec)
(fontspec) You must change your typesetting engine to,
(fontspec) e.g., "xelatex" or "lualatex"instead of
(fontspec) "latex" or "pdflatex".
Is there any procedure to mitigate this issue ?