| 11 | |
| 12 | When attempting to build a port which compiles an OS X app (e.g., gimp-app), the compilation may fail with an xcodebuild error. One of the cause of this is that an initial run of xcodebuild from the terminal is needed to accept the EULA before |
| 13 | any compilation can proceed. Run: |
| 14 | {{{ |
| 15 | xcodebuild |
| 16 | }}} |
| 17 | from a terminal window and follow the prompts. After accepting the EULA, rebuild the port again. |
| 18 | If the following error is shown: |
| 19 | {{{ |
| 20 | xcodebuild: error: The directory XXXX does not contain an Xcode project. |
| 21 | }}} |
| 22 | then xcodebuild has been configured previously, and is not the cause of the problem. |