Interesting news,

Using instruments, I am able to monitor file activity and see rb_nibtool being 
stat'd several times by Xcode 4.2.1

I can also see Xcode 4.3 calling for rb_nibtool. The same exception stat lines 
appear in roughly the same time frames on each startup of Xcode with a mac ruby 
project

Unfortunately, Xcode 4.3 is looking for rb_nibtool here: 
/Applications/Xcode.app/Contents/Developer/Tools/rb_nibtool
This doesn't actually exist.  because Xcode 4.3 is signed … I'm not sure how we 
solve this one. I wonder if symbolic links will alter the code sig ?

-pkj

On Feb 18, 2012, at 9:51 PM, Matt Aimonetti wrote:

> Last time that happened I had to file a bug with Apple and thy fixed it. This 
> time it might be more tricky as we need to know where Xcode expects us to put 
> this file. Maybe someone at Apple could help?
> 
> Thanks
> 
> -Matt
> Sent from my iPhone
> 
> On Feb 18, 2012, at 18:35, Marc Abramowitz <msabr...@gmail.com> wrote:
> 
>> Perhaps try using DTrace to see if it's trying to open the file? (if you 
>> haven't already tried that)
>> 
>> -Marc
>> http://marc-abramowitz.com
>> Sent from my iPhone 4
>> 
>> 
>> On Feb 18, 2012, at 6:15 PM, Kevin Poorman <k...@brightleafsoftware.com> 
>> wrote:
>> 
>>> After more testing,  I cannot find any evidence that xcode4.3 is even 
>>> attempting to find rb_nibtool 
>>> 
>>> could this be a policy shift on the Xcode side?
>>> 
>>> 
>>> On Feb 18, 2012, at 2:05 PM, Sean Mateus wrote:
>>> 
>>>> Hi Kevin,
>>>> 
>>>> I believe that it’ll not be a problem to place the rb_nibtool into 
>>>> /usr/local/bin,
>>>> 
>>>> unfortunately I doesn’t work for me! have you any hint?
>>>> 
>>>> Sean
>>>> _______________________________________________
>>>> MacRuby-devel mailing list
>>>> MacRuby-devel@lists.macosforge.org
>>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>> 
>>> _______________________________________________
>>> MacRuby-devel mailing list
>>> MacRuby-devel@lists.macosforge.org
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel@lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to