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
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- how do you prevent page scroll in textarea on mobi
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Popover segue to static cell UITableView causes co
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- didBeginContact:(SKPhysicsContact *)contact not in
I use
nm
to inspect my binaries. Usage can't be simpler:It will list some weird memory-address or whatever, then a visibility character and lastly the symbol. T is public, but check out the man page of
nm
to find out more about this.Press Ctrl+space to open up the terminal.
Open Terminal ( Ctrl + Space -> Type 'Terminal')..
and print example:
for help: