I had a fresh 1.4 downloaded from Inria.
Then did this in a Workspace:
Gofer it squeaksource: 'MetacelloRepository';
��� package: 'ConfigurationOfCog';
��� load.
���
(ConfigurationOfCog project version: '4.4') load.
CogCocoaIOSConfig new
��� "generateForDebug;"
��� addExternalPlugins: #(FT2Plugin);
��� generateSources; generate.
���
(StackIPhoneConfig new)
��� "generateForDebug;"
��� addExternalPlugins: #(IOSPlugin)
��� generateSources; generate.
���
sic := StackIPhoneConfig new.
sic generateSources.���
sic generate.
The latest things were done with the sic variable.
There a no versions of VMMaker I can see like that.
My package cache contains:
PhilMac:image philippeback$ cd package-cache/
PhilMac:package-cache philippeback$ ls
Alien-Core-IgorStasenko.68.mcz
Applescript-Core-SeanDeNigris.2.mcz
Balloon-Engine-Pools-JB.2.mcz
CMakeVMMaker-IgorStasenko.154.mcz
CMakeVMMaker-MarianoMartinezPeck.83.mcz
Cog-eem.46.mcz
CogVMMakerPharoCompatibility-MarianoMartinezPeck.3.mcz
ConfigurationOfCog-EstebanLorenzano.60.mcz
ConfigurationOfGofer-dkh.36.mcz
ConfigurationOfHelpSystem-DaleHenrichs.13.mcz
ConfigurationOfMetacello-dkh.675.mcz
FFI-Pools-eem.3.mcz
Freetype-Plugin-dtl.63.mcz
Metacello-Base-DaleHenrichs.19.mcz
Metacello-Core-dkh.465.mcz
Metacello-Core-dkh.468.mcz
Metacello-Help-dkh.11.mcz
Metacello-MC-dkh.522.mcz
Metacello-MC-dkh.531.mcz
Metacello-Platform.pharo-DaleHenrichs.25.mcz
Metacello-Platform.pharo-dkh.27.mcz
Metacello-ToolBox-dkh.107.mcz
ObjectiveC-Plugin-John M McIntosh.20.mcz
Qwaq-VMProfiling-Plugins-JB.5.mcz
SharedPool-Speech-dtl.2.mcz
Sound-MarianoMartinezPeck.67.mcz
VMConstruction-Plugins-OSProcessPlugin.oscog-eem.32.mcz
VMMaker-oscog-EstebanLorenzano.139.mcz
Phil
which VMMaker package version do you have? (bacause it has to be there, in latests versions)
On Apr 11, 2012, at 4:48 PM, phil@highoctane.be wrote:
> There is no IOSPlugin class in the image.
>
> Strange!
>
> Phil
> <PharoScreenshot.8.png>