[Vm-beginners] Re: Objective-C

Sean P. DeNigris sean at clipperadams.com
Sun May 1 22:42:28 UTC 2011


John McIntosh wrote:
> 
> I'd say you are missing the ObjectiveCPlugin.bundle
> 

In Pharo 1.1.1 with the following packages installed:
ObjectiveC-Base
ObjectiveC-Classes
ObjectiveC-Test

I got the following results:
* Squeak 4.2.5beta1U (freshly downloaded) with ObjectiveCPlugin.bundle: '29
run, 13 passed, 12 failures, 4 errors'
* Squeak 5.7.4.1.app (freshly downloaded)
    - without ObjectiveCPlugin.bundle: '29 run, 25 passed, 0 failures, 4
errors'
    - with ObjectiveCPlugin.bundle copied from 4.2.5: '29 run, 13 passed, 12
failures, 4 errors'

All combinations have primitive failure on:
bundle := ObjectiveCObject findClassName: 'NSBundle'.
aBundle := bundle bundleWithPath: '/Applications/Mail.app'.

Sanity check - works in MacRuby:
NSBundle.bundleWithPath('/Applications/Mail.app')

Sean--
View this message in context: http://forum.world.st/Objective-C-tp3487777p3488885.html
Sent from the Smalltalk VM - Beginners mailing list archive at Nabble.com.


More information about the VM-beginners mailing list