Problems:
- footnotes are not filed with info from *.bib instead only the cite key is shown
- no bibliography shown
I use texmaker on iOS with The MacTeX-2014 Distribution.
quick build: LaTeX + Bib(la)tex + LaTeX (2x) + dvips + ps2pdf + viewpdf As bib file I use the example bib delivered with biblatex

Here my code:
\documentclass[12pt, oneside]{Thesis}
\usepackage[%
backend=biber,%
style=verbose-ibid%
]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.\autocite{aristotle:rhetoric}
\printbibliography
\end{document}
What I noticed, that no *.bbl is being created.
I don't know how to fix this am trying for days reading through manuals and stack exchange but I'm stuck here...
Solution to my problem: I changed it "/usr/texbin/biber" to "/usr/texbin/biber" %.bcf in the texmaker preferences
.blgfile? – Joseph Wright Nov 05 '14 at 09:54biber /Users/air/SkyDrive/Thesis/latex/not so bad/mwe_main.tex
answere:
INFO - This is Biber 1.9 INFO - Logfile is '/Users/air/SkyDrive/Thesis/latex/not.blg' ERROR - Cannot find control file '/Users/air/SkyDrive/Thesis/latex/not.bcf'! - did you pass the "backend=biber" option to BibLaTeX?
– ricehatmatt Nov 05 '14 at 10:03mwe_main.texfile and then runpdflatex mwe_mainand thenbiber mwe_main. What do yo get? – Guido Nov 05 '14 at 10:09%.bcfor%. – Ulrike Fischer Nov 05 '14 at 10:16