Traceback (most recent call last):
File "./toolchain.py", line 200, in <module>
class ArchSimulator(Arch):
File "./toolchain.py", line 205, in ArchSimulator
sysroot = sh.xcrun("--sdk", "iphonesimulator", "--show-sdk-path").strip()
File "./tools/external/sh.py", line 1021, in __call__
return RunningCommand(cmd, call_args, stdin, stdout, stderr)
File "./tools/external/sh.py", line 486, in __init__
self.wait()
File "./tools/external/sh.py", line 500, in wait
self.handle_command_exit_code(exit_code)
File "./tools/external/sh.py", line 516, in handle_command_exit_code
raise exc(self.ran, self.process.stdout, self.process.stderr)
sh.ErrorReturnCode_1:
RAN: '/usr/bin/xcrun --sdk iphonesimulator --show-sdk-path'
STDOUT:
STDERR:
xcrun: error: SDK "iphonesimulator" cannot be located
xcrun: error: SDK "iphonesimulator" cannot be located
xcrun: error: unable to lookup item 'Path' in SDK 'iphonesimulator'
I am using macOS 10.12 and Xcode 8.1. In Xcode I downloaded iPhone Simulator 10.0 and 9.0.
Python-Code is written in Python 2.7 and I installed the Kivy.app 1.9.1
Can you help me to get rid of this error?
Thank you in advance
anna.he
The Command Line Tools are installed. I can type gcc or make without beeing prompted to install the Command Line Tools.