ValueError: No closing quotation While building nativescript app

ValueError: No closing quotation While building nativescript app

我正在使用本机脚本开发 ios 和 android 应用程序-angular.When 我创建了一个新的本机脚本 angular 应用程序并构建了该应用程序,它导致了如下错误

 File "./build-step-metadata-generator.py", line 40, in <module>
    header_search_paths_parsed = map_and_list((lambda s: "-I" + s), shlex.split(header_search_paths))
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 279, in split
    return list(lex)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 269, in next
    token = self.get_token()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 96, in get_token
    raw = self.read_token()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 172, in read_token
    raise ValueError, "No closing quotation"
ValueError: No closing quotation

如何解决这个问题?

路径中的撇号似乎中断了 shlex.split。作为解决方法,我建议您将项目目录重命名为没有 '