"Xcode agree" compile error - how to fix
Archives Forums/MacOS X Discussion/"Xcode agree" compile error - how to fix
| ||
xcode has been updated with ios 8. BlitzMax may throw an error about "agreeing to the Xcode/ios license" when trying to compile. Here is a quick solution: 1. run a terminal (apps/tools/terminal) 2. type: sudo xcodebuild -license 3. follow the instructions and agree You should now be able to compile source: http://mynameispagewood.com/web-development/osx-mavericks-git-error/ |
| ||
^Sticky worthy Thanks! |
| ||
or, just launch xcode and agree there. |