From: Scott W. <sco...@gm...> - 2009-12-10 22:21:47
|
Hmmmm...I just got back to looking at XMLVM again and this is still happening with the latest. Again, the XCode project doesn't have any references to the source code for the project, so while it creates an app (e.g., Xokoban.app), it's basically empty. If I add existing files to "Application", "Library/Andoid", "Library/iPhone", and "Resources", it builds and runs fine. XCode even knows with each of those groups which subfolder contains the files I want, so it's like it's *almost* right. Is this working for other folks? Does anyone know why it's not working for me? Thanks! Scott On Sun, Nov 22, 2009 at 4:46 PM, Scott Wells <sco...@gm...> wrote: > I'm sure I'm missing something pretty simple, but I've pulled the latest > xmlvm out from SVN and built it successfully using "ant all" and "ant > all-cc". I can see that the latter created a series of XCode projects, but > when I open those in XCode, something definitely doesn't seem quite right. > The project doesn't seem to have any references to the source code at all, > so "Build and Go" doesn't really do much and there's nothing to install on > the simulator. > > I did manage to bring up a project successfully by following the > instructions in the xmlvm manual, though I had to remove everything related > to GL because that framework isn't added to a project as described in those > instructions. > > Am I doing something wrong here, or are those projects just not working > yet? I saw that they're a very recent addition. > > Thanks for all the great work on this project! > Scott Wells > > |