Forums BaseTen

Importing data core data model problem

Subscribe to Importing data core data model problem 3 post(s), 2 voice(s)

 
Avatar Alex Penner 2 post(s)

Hi,

I’m considering baseten framework for a possible future project and just wanted to try out the stickies example.

However I fail trying to import data code model using baseten assistent. The Error message from log:
Couldn’t run momc at /Developer/Library/Xcode/Plug-ins/XDCoreDataModel.xdplugin/Contents/Resources/momc. stat(2) failed for the following reason: No such file or directory
Couldn’t run momc at /Library/Application Support/Apple/Developer Tools/Plug-ins/XDCoreDataModel.xdplugin/Contents/Resources/momc. stat(2) failed for the following reason: No such file or directory

Yes, momc is not there… Compiling of any data models within XCode works without problems though.

Any ideas what can be done here?
Mac OSX 10.5.5
XCode 3.1.1

Alex

 
Avatar Tuukka Norri Administrator 25 post(s)

Hi!
Unfortunately momc’s location has changed between developer tools releases. This has been fixed in SVN trunk, though. We do plan to make a new release as soon as possible, but here are some instructions for building the development version, in case you’re interested: http://basetenframework.org/wiki/BuildingFromRepository
If you’d like, I can also send you a built copy. In that case, send e-mail to tuukka.norri@karppinen.fi.

 
Avatar Alex Penner 2 post(s)

Build from svn fixed this – thanks. ...anyway a good idea to get sources :-)

Alex

PS: I was not able to get Stickies example working, however starting with a basic example I was able to build a tiny application.

Forums BaseTen