When testing (run in xcode), it now compiles and runs fine.
But when trying to archive, it says "Apple Macho-O Linker Error". Which is not very helpful.
version : pdfreader 1.32, Unity 5.5.2f1, Xcode 8.3.2
I tried simply removing the pluging and the only ref I have to it in code, it archives fine. So I guess it has something to do with PDF Reader. I already tried to make a fresh build from unity in a new directory, didnt change the result.
I added MessageUI, and uses
var streamingPdf = PDFReader.AppDataPath + "/" + "test.pdf";
PDFReader.OpenDocInMenu (streamingPdf, false);
Any hint on what I could be missing?