From: Panayotis K. <pan...@pa...> - 2010-07-25 22:02:35
|
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 |