otool is command line tool of MacOS X that displays info of an object. The otool command displays specified parts of object files or libraries.
Questions tagged [otool]
136 questions
0
votes
1 answer
what is the target file for otool -L at detecting non-public API in my xcode project
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,…

bureaucoconut
- 733
- 7
- 15