Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't build XCode 4 Project from Textmate
    primarykey
    data
    text
    <p>I've opened a newly created XCode 4 project in TextMate (by dropping the project folder on the TextMate icon like the manual suggests) and have attempted to build it using the Command-B shortcut and selecting 2 for an XCode build. I get the following error</p> <pre><code>xcodebuild: error: invalid option '-activebuildstyle' Usage: xcodebuild [-project &lt;projectname&gt;] [[-target &lt;targetname&gt;]...|-alltargets] [-configuration &lt;configurationname&gt;] [-arch &lt;architecture&gt;]... [-sdk [&lt;sdkname&gt;|&lt;sdkpath&gt;]] [&lt;buildsetting&gt;=&lt;value&gt;]... [&lt;buildaction&gt;]... xcodebuild -workspace &lt;workspacename&gt; -scheme &lt;schemeName&gt; [-configuration &lt;configurationname&gt;] [-arch &lt;architecture&gt;]... [-sdk [&lt;sdkname&gt;|&lt;sdkpath&gt;]] [&lt;buildsetting&gt;=&lt;value&gt;]... [&lt;buildaction&gt;]... xcodebuild -version [-sdk [&lt;sdkfullpath&gt;|&lt;sdkname&gt;] [&lt;infoitem&gt;] ] xcodebuild -list [[-project &lt;projectname&gt;]|[-workspace &lt;workspacename&gt;]] xcodebuild -showsdks Options: -usage print full usage -verbose provide additional status output -project NAME build the project NAME . . . . </code></pre> <p>Any idea where I can modify the command being run that is specifying the '-activebuildstyle' option?</p> <p>the command seems to be in <code>TextMate.app/Contents/SharedSupport/Bundles/Xcode.tmbundle/Support/run_xcodebuild.sh</code></p> <p>line 57/60 has "-activebuildstyle" (the STYLEARGNAME variable being set on line 36).</p> <p>of course, this may just be one error in a series of xcode 4/textmate compatibility issues.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload