コードのリファクタリングに 2 日間を費やした (そしてコンパイルできない) 後、Three20 ライブラリをビルドするときにシェル スクリプト呼び出しエラーが発生します。不足しているというファイルはそこにあります。意味がないのは、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