I found the problem, in our project we use more libraries and we used the other linker flags : -all_load -ObjC -lstdc++
when I remove the -all_load and -ObjC the project compiles.
I've never seen this error occur for the tools library, only when trying to use libPDFNet.a. The three things that have solved it for PDFNet.a are:
A couple of questions: