In 10.8, Apple has changed up the order of the attributes in bridgesupport files. Specifically Foundation.bridgesupport, and the NSRange struct.
In 10.7, it's in the format:
<struct name='NSRange' type64='{_NSRange="location"Q"length"Q}' type='{_NSRange="location"I"length"I}'/>
in 10.8, it's:
<struct type64='{_NSRange="location"Q"length"Q}' name='NSRange' type='{_NSRange="location"I"length"I}'/>
And so BridgeSupportController ends up using the type64 value as the name. Just a heads up incase anyone else runs into this issue (I hope to have a patch for it at some point, but if someone beats me to it, I won't be upset :)
-gus
--
August 'Gus' Mueller
Flying Meat Inc.
http://flyingmeat.com/