我已經在TextMate中打開了一個新創建的XCode 4項目(通過在TextMate圖標上放置項目文件夾(如手動建議),並嘗試使用Command-B構建它快捷方式併爲XCode構建選擇2。我收到以下錯誤無法從Textmate構建XCode 4項目
xcodebuild: error: invalid option '-activebuildstyle'
Usage: xcodebuild [-project <projectname>] [[-target <targetname>]...|-alltargets] [-configuration <configurationname>] [-arch <architecture>]... [-sdk [<sdkname>|<sdkpath>]] [<buildsetting>=<value>]... [<buildaction>]...
xcodebuild -workspace <workspacename> -scheme <schemeName> [-configuration <configurationname>] [-arch <architecture>]... [-sdk [<sdkname>|<sdkpath>]] [<buildsetting>=<value>]... [<buildaction>]...
xcodebuild -version [-sdk [<sdkfullpath>|<sdkname>] [<infoitem>] ]
xcodebuild -list [[-project <projectname>]|[-workspace <workspacename>]]
xcodebuild -showsdks
Options:
-usage print full usage
-verbose provide additional status output
-project NAME build the project NAME
.
.
.
.
任何想法,我可以修改正在運行的命令被指定「-activebuildstyle」選項?
命令似乎是TextMate.app/Contents/SharedSupport/Bundles/Xcode.tmbundle/Support/run_xcodebuild.sh
線57/60已 「-activebuildstyle」(即STYLEARGNAME變量被在線路36上設定)。
當然,這可能只是一系列xcode 4/textmate兼容性問題中的一個錯誤。
同樣的問題在這裏....任何人的解決方案? – 2011-07-01 10:12:13