You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I get an error when calling sbhc.py on Mail.h
It returns with error:
File "../SwiftScripting_FromRepo/sbhc.py", line 133, in type_for_type
if as_arg and objc_type.kind in object_kinds:
File "/Users/mi/.pyenv/versions/myenv/lib/python2.7/site-packages/clang-3.5-py2.7.egg/clang/cindex.py", line 1650, in kind
return TypeKind.from_id(self._kind_id)
File "/Users/mi/.pyenv/versions/myenv/lib/python2.7/site-packages/clang-3.5-py2.7.egg/clang/cindex.py", line 1542, in from_id
raise ValueError,'Unknown type kind %d' % id
ValueError: Unknown type kind 119
Any Idea how to fix that?
MacOs: 14.5
Python 2.7.18
The text was updated successfully, but these errors were encountered:
Hello, and thanks for the great project!!!
Unfortunately, I get an error when calling sbhc.py on Mail.h
It returns with error:
File "../SwiftScripting_FromRepo/sbhc.py", line 133, in type_for_type
if as_arg and objc_type.kind in object_kinds:
File "/Users/mi/.pyenv/versions/myenv/lib/python2.7/site-packages/clang-3.5-py2.7.egg/clang/cindex.py", line 1650, in kind
return TypeKind.from_id(self._kind_id)
File "/Users/mi/.pyenv/versions/myenv/lib/python2.7/site-packages/clang-3.5-py2.7.egg/clang/cindex.py", line 1542, in from_id
raise ValueError,'Unknown type kind %d' % id
ValueError: Unknown type kind 119
Any Idea how to fix that?
MacOs: 14.5
Python 2.7.18
The text was updated successfully, but these errors were encountered: