I need to use the following command as part of a guideline:
\bibliographystyle{spmpsci}
\bibliography{Reference.bib}
However, I am getting the following mistake:
! Package biblatex Error: '\bibliographystyle' invalid.
Can you please help me identify how to resolve this issue? Below I attach all the packages that I use:
\documentclass[12pt]{article}
\RequirePackage{rotating}
\usepackage[english]{babel}
\makeatletter
\setlength{@fptop}{0pt}
\setlength{@fpbot}{0pt plus 1fil}
\makeatother
%\usepackage[utf8x]{inputenc}
%\usepackage[style=chicago-authordate,backend=biber,natbib]{biblatex}
%\DeclareLanguageMapping{english}{english-apa}
%\DefineBibliographyStrings{english}{%
% andothers = {et al.},
%}
\usepackage[mincitenames=1,maxcitenames=2,authordate,giveninits=true, backend=biber, natbib,bibencoding=utf8]{biblatex-chicago}
\usepackage[symbol]{footmisc}
\usepackage{calc}
\usepackage{appendix}
\usepackage{multirow}
\usepackage{amsmath}
\usepackage{cellspace}
\usepackage{mathtools}
\usepackage{lipsum}
% package for including graphics with figure-environment
\usepackage{graphicx}
\usepackage[table]{xcolor}
\usepackage[normalem]{ulem}
%\usepackage{hyperref}
\usepackage{multirow}
\usepackage{setspace}
\usepackage{breqn}
%\usepackage{fontspec}
%\setmainfont{Times New Roman}
\usepackage{float}
\usepackage{rotating}
\usepackage[flushleft]{threeparttable}
\usepackage{array}
%\usepackage{fourier}
\usepackage{booktabs}
\usepackage{adjustbox}
\usepackage{tabularx}
%\usepackage{titlesec}
\usepackage[colorlinks=true,citecolor=blue, urlcolor = blue]{hyperref}
\bibliographystyle{spmpsci}
\bibliography{Reference.bib}
\usepackage{bm}
\usepackage{blindtext}
\usepackage{multicol}
\usepackage{ragged2e}
\usepackage{mathtools}
\usepackage{fancyvrb}
\usepackage{subcaption}
\usepackage{supertabular}
\usepackage[labelfont=bf]{caption}
\captionsetup{justification = raggedright,
singlelinecheck = false}
\usepackage{makecell}
\usepackage{tikz}
\usepackage{flexisym}
\usepackage{collcell}
\usepackage{colortbl}
\definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}
\definecolor{beaublue}{rgb}{0.74, 0.83, 0.9}
\usetikzlibrary{arrows,positioning,decorations.pathreplacing}
%\usepackage[colorlinks=true,linkcolor=blue]{hyperref}
\usepackage[left=2.54cm,top=2.54cm,right=2.54cm,bottom=2.54cm]{geometry}
\usepackage[automark]
{scrlayer-scrpage}
\pagestyle{myheadings}
\cfoot[]{\pagemark}
\setheadsepline[122mm]{0.3mm}
\setlength{\parindent}{0pt}
\newcommand{\mc}[1]{\multicolumn{2}{>{\centering\arraybackslash}p{\widthof{0.000}}}{#1}}
%
\doublespacing
\makeatletter
\def@xfootnote[#1]{%
\protected@xdef@thefnmark{#1}%
@footnotemark@footnotetext}
\makeatother
\begin{document}
\end{document}