Search code examples
iphonexcodeipadotool

how to use otool


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


Solution

  • Open Terminal ( Ctrl + Space -> Type 'Terminal')..

    and print example:

    otool -MVv yourlib.a
    

    for help:

    otool --help