Is there a workaround for this issue ? The XCode Bundle will not find the active target on its own and complains with a huge tooltip, basically dumping the entire hash of possibilities.
Am I restricted to projects with a single target ?
thanks
Ben
On 23/2/2006, at 6:35, Benoit Gagnon wrote:
Is there a workaround for this issue ? The XCode Bundle will not find the active target on its own and complains with a huge tooltip, basically dumping the entire hash of possibilities.
Am I restricted to projects with a single target ?
Currently you are.
The script which runs the project is in the Xcode bundle as Support/ bin/run_xcode_target.rb.
I suppose the active target is stored somewhere in the user-specific file of the project, with some implicit default?
On Feb 23, 2006, at 3:13 AM, Allan Odgaard wrote:
The script which runs the project is in the Xcode bundle as Support/ bin/run_xcode_target.rb.
I suppose the active target is stored somewhere in the user- specific file of the project,
Correct.
with some implicit default?
I believe the default is the first target in the project.
Chris