This is following the OWASP Guide: https://github.com/OWASP/owasp-mstg/blob/master/Document/0x06c-Reverse-Engineering-and-Tampering.mdarrow-up-right
Install Xcodearrow-up-right
Install Xcode Command Line Toolsarrow-up-right
Follow the instructions in the iOS Basic Security Testingarrow-up-right to have properly installed Xcodearrow-up-right. Downloadarrow-up-right and then install it.
(Extracted from https://railsapps.github.io/xcode-command-line-tools.htmlarrow-up-right)
1. Check if the full Xcode package is already installed:
$ xcode-select -p
2. If you see the following result, the full Xcode package is already installed.
/Applications/Xcode.app/Contents/Developer
Last updated 4 years ago