在花了两天时间重构我的代码(并且无法编译)之后,我现在在构建 Three20 库时遇到了一个 Shell 脚本调用错误。它说丢失的文件在那里。毫无意义的是,Three20 几个月来一直运行良好,而我的构建设置中的任何内容或 Three20 中的任何内容都没有触及。我怀疑这与部分错误有关
sourceTree = "<group>'
因为 " 和 ' 的组合对我来说看起来不正确,但不知道如何解决它或为什么它突然发生。
有任何想法吗 ?
Traceback (most recent call last):
File "../scripts/lint", line 341, in <module>
sys.exit(main())
File "../scripts/lint", line 86, in main
lint_project(os.environ['PROJECT_FILE_PATH'], options)
File "../scripts/lint", line 156, in lint_project
mtime = os.path.getmtime(filename)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.py", line 54, in getmtime
OSError: [Errno 2] No such file or directory:'/Users/jwang/Documents/three20/src/Three20UICommon/Sources/TTGlobalUICommon.m; sourceTree = "<group>'
Command /bin/sh failed with exit code 1