[TxMt] XCode bundle
Chris Thomas
chris at cjack.com
Fri Nov 17 23:20:06 UTC 2006
On Nov 17, 2006, at 5:20 PM, Allan Odgaard wrote:
> On 17. Nov 2006, at 22:53, Chris Thomas wrote:
>
>>> But then I get an error that reports that it can't find the build.
>>> It's looking in a Release directory, but my build is a Debug build.
>>
>> This should actually work if it did in the past, since that section
>> of the code hasn't really changed. It does work here.
>>
>> The point of failure is in
>> Xcode::Project#active_configuration_name; I'll try to look at this
>> more later tonight. (If we can't find a user-specified
>> configuration, we use 'Release' -- even if there isn't a 'Release'
>> target. We should at least default to a target known to exist in
>> the project file.)
>
> I think this has always been a problem, but it’s one of those
> things affected by several parameters and hardcoded default values.
>
> Try Xcode → New Project then Build & Run, I get the “Not found”-
> problem, currently it does not show the path used, but it used to
> say Release/… in the past.
I did that and it worked immediately. :) Lots of complexity in Xcode's
build/user config, obviously...
Chris
More information about the textmate
mailing list