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.
Now open the project in Xcode, close it, and try Build & Run again, and it works.