I'm searching how to use otool for detecting non-public API in my xcode project. I know that should use otool in terminal. But it shows 'can't map file: appname.app (Invalid argument)' when I use otool -L.
I think the target file for otool is wrong, right? used xxx.app file.
please help me. thank u for ur attention.