From: <Zor...@gm...> - 2010-03-26 12:54:43
|
Sorry for writing again, but here's the stack trace of the iPhone simulator when running SayHello: [Session started at 2010-03-26 13:45:07 +0100.] 2010-03-26 13:45:17.508 SayHello[2522:207] *** -[NSNull getFileSystemRepresentation:maxLength:]: unrecognized selector sent to instance 0x1f9a5a0 2010-03-26 13:45:17.509 SayHello[2522:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSNull getFileSystemRepresentation:maxLength:]: unrecognized selector sent to instance 0x1f9a5a0' 2010-03-26 13:45:17.516 SayHello[2522:207] Stack: ( 32539739, 2449900809, 32921659, 32491126, 32343746, 2360353, 2360262, 2435603, 2643944, 63419, 395505, 393244, 394289, 394457 ) > Olaf, > > there is sadly not much documentation and the little bit we do have is > outdated. It seems that you managed to check out XMLVM and to compile > it. If there is no error when invoking 'ant', you will have compiled > XMLVM as well as all the demos. If you would like to see how to > cross-compile SayHello, I would suggest you take a look at build.xml. > > XMLVM generates a ready-to-use Xcode project file. All the steps > mentioned in the documentation are not needed anymore. After you run > ant, simply do 'open > dist/demo/android/sayhello/iphone/SayHello.xcodeproj'. That's it! > > Arno |