LiXuefengs-Mac-mini:myBuild lixuefeng$ ../configure --ios --cpu arm64
Loading required submodules...
Downloading GN from cloud storage...
Generating files for boringssl...
Traceback (most recent call last):
File "../configure", line 836, in <module>
sys.exit(main(sys.argv[1:]))
File "../configure", line 811, in main
if GenGn(gn_args, parsed_args.ide_) != 0:
File "../configure", line 215, in GenGn
return _SilentRun(*cmd)
File "../configure", line 77, in _SilentRun
**kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
We require the use of Depot Tools. You’ll also need to add the path to your PATH variable in your
.bashrc(or other shell init file). If you run this within Xcode, you’ll need to include the path in your Xcode settings too.Also, what is the output of the following:
cipd ensure -ensure-file cipd.ensure -root .and then see if the files exist:ls -lAR tools/clang/dsymutil. Ifcipdisn’t available, you haven’t setup PATH correctly.@TheModMaker Hope add some detail documents about compile for ios on Mac, I still can’t compile at now, and don’t know why. I find have released v1.0, I’m interested to this project, thanks for your work!