"Xcode agree" compile error - how to fix

Archives Forums/MacOS X Discussion/"Xcode agree" compile error - how to fix

AdamStrange(Posted 2014) [#1]
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/


Richard Betson(Posted 2015) [#2]
^Sticky worthy

Thanks!


dmaz(Posted 2015) [#3]
or, just launch xcode and agree there.