I installed current MacTeX version (20150613) and then updated TeXShop to most recent version, Version 3.61.
In the BibTeX engine setting, I wrote biber, and in the document I additionally have:
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%!BIB TS-program = biber
\usepackage[backend=biber]{biblatex}
\addbibresource{bibliography.bib}
I'm typesetting with XeLaTeX through Typeset ⌘T command multiple times and references are not resolved. It seems that biber is not invoked. If I go to terminal and manually invoke biber document.bcf, my references get resolved in the next typesetting pass.
What am I missing?
% !BIB program = biberwhich you are missing, but I'm not sure if that changes anything. – moewe Mar 08 '16 at 14:12biberbeing invoked at all. Bibliography-related message isNo file document.bbland this continues with warnings about undefined citations. – ipavlic Mar 08 '16 at 14:19Typesetwhich then invokesbiber. Can you add it as an answer so I can give you credit? – ipavlic Mar 08 '16 at 14:21