I have the same problem as, but none of the answers works for me.
I'm using pdfTeX 3.14, Biber 2.7, BibLatex 3.7. I've reinstalled these packages, cleared Biber cache, deleted .bbl file. The same result:
LaTeX Warning: Citation 'doe13' on page 1 undefined on input line 24.
LateX Warning: Empty bibliography on input line 28.
MWE (literally the same at the issue mentioned below):
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\RequirePackage{filecontents}
\begin{filecontents}{refs.bib}
@book{doe13,
address = {City},
title = {A nice title},
shorttitle = {Short title},
publisher = {Publisher},
author = {Doe, John},
year = {2013}
}
\end{filecontents}
\usepackage[backend=biber]{biblatex}
\addbibresource{refs.bib}
\begin{document}
Hello. \cite{doe13}.
\nocite{*}
\printbibliography
\end{document}
blgfile. Or show theblgfile of the example you just included. – Johannes_B May 28 '17 at 13:55.log. What does the.blgsay? – moewe May 28 '17 at 13:55pdlfatex,biber,pdflatex,pdlfatex, see Question mark or bold citation key instead of citation number. See also Biblatex with Biber: Configuring my editor to avoid undefined citations. – moewe May 28 '17 at 13:56latexmk), I suggest you use another editor that is more TeX-specific if you don't write R code in your TeX document. You can of course also compile your document from the command line directly. – moewe May 28 '17 at 14:06biber. – TeXnician May 28 '17 at 15:06