From: Damian <dam...@gm...> - 2010-08-14 05:51:49
|
Well, but there is no way to debug the code while running on apple simulator, right? Am I missing something? thanks! On Sun, Jul 25, 2010 at 7:02 PM, Panayotis Katsaloulis < pan...@pa...> wrote: > > On 24 Ιουλ 2010, at 6:34 π.μ., Damian Troncoso wrote: > > > Well, I'm finding myself blocked by the emulator capabilities, and I > > think that using it maybe is not the best idea. > > Is there any way to use apple emulator and be able to debug somehow? > > Anyone has taken the approach of not using xmlvm emulator and using > > apple's one or a real device? Could I have better luck this way? > > The problem I find with xmlvm emulator is that most of apple libraries > > are not implemented, and I think doing so is not practical at all. > > Besides that, I don't think it's uncommon to find problems in apple > > emulator that wasn't in xmlvm one, because the code is not the same. > > So finding a way to debug in the actual device would be absolutely > > useful and there would be no need to put so much effort on xmlvm > > emulator and libs. Am I right? > > > > Any help or idea will be greatly appreciated. > > Damian > > > try this command: > > java -jar xmlvm.jar --out=OUT_DIR --app-name=NAME --skeleton=iphone > > and of course replace OUT_DIR and NAME with actual parameters. > Then open the created project in Netbeans under OS X. > Don't forget to change target form Netbeans to Xcode > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |