Debug an Installer plugin from Xcode.
| 1 | Open your plugin project in Xcode. | |
| 2 | Choose Project > New Executable | |
| 3 | Click Choose. | |
| 4 | Select Installer.app.
| |
| 5 | Click Finish. | |
| 6 | Choose Project > Set Active Build configuration > Debug. | |
| 7 | Choose Build > Build. |
| 1 | Add breakpoints in Xcode |
| 2 | Copy your plugin into the Plugins folder. |
| 3 | Choose Debug > Debug Executable in Xcode. |
| 4 | Open your package with Installer.app. |