apple suggested me to use \"strings\" or \"otool\" to dect the private api (isinf) in my code , I am totally newbie so any help how to use those tools
Open Terminal ( Ctrl + Space -> Type 'Terminal')..
and print example:
otool -MVv yourlib.a
for help:
otool --help