iNoob looking for help.

Hey guys I decided to buy a Mac Mini so I can create my games for the iPhone.

But I’m kinda confused about somethings.

Do I need xcode? Isn’t it just an IDE like Eclipse or Notepad++? I’m kinda confused as to how I need it. Also I’ve been reading that people can’t get Lua syntax to work with xcode 4?

Also this mac is running Lion and I have a used iPod touch coming my way, the 4th generation model, which runs on iOS 5.

Using these two devices, will I be able to release the game for older iPhones that use the 3.x iOS version? Or is it only going to be available for iOS 5.x and above?

Also after doing some research I found about TextWrangler as being the best alternative to Notepad++ which I loved. Anything better for free? Something that has themes to change the colors, I’m prone to getting migraines and the white backgrounds just makes it worse.

Sorry if these are super dumb noob questions but going about it on mac is way harder for me.

I had a build running on my HTC EVO in a few hours when I used Corona on windows. Doesn’t help that I have no idea where anything is on this mac. [import]uid: 123298 topic_id: 23914 reply_id: 323914[/import]

Do I need xcode? Isn’t it just an IDE like Eclipse or Notepad++? I’m kinda confused as to how I need it. Also I’ve been reading that people can’t get Lua syntax to work with xcode 4?

Yes you need XCode. While XCode is an IDE, it’s a lot more. Its a C compiler (used to build binary executable programs), it’s all the tools needed to build apps from beginning to end. Corona SDK uses some of the utility functions of XCode. XCode’s “Organizer” is IMHO the best way to load apps to your device for testing. It includes the offical Simulator, so you can build your Corona apps and the native things you can’t test in Corona’s Simulator (like ads, game center, etc) you can test in the XCode simulator. Besides wanting to have it, you must have it or Corona can’t build deliverable binaries.

As for syntax, prior to 4.x there was some Lua syntax highlighting for XCode but that broke and I’ve not heard of anyone getting it working again. Most of us do not use XCode for our text editor.

Also this mac is running Lion and I have a used iPod touch coming my way, the 4th generation model, which runs on iOS 5.

Apple is pushing us towards Lion and the upcoming Mountain Lion if we want to develop iOS 5.1 apps, so its good it has Lion.

Using these two devices, will I be able to release the game for older iPhones that use the 3.x iOS version? Or is it only going to be available for iOS 5.x and above?

That is a tricky question to answer. Ansca has dropped support for iSO 4.2 and earlier. Apple is forcing this decision too. So unless you have access to Corona SDK Build 726 (I think) or earlier, you won’t be able to build for anything but iOS 4.3 or later. This kills a couple of iPod models and the original iPhone and iPhone3. The 3GS is modern enough to survive.

If you want to build for pre-4.3, you will also need an older version of XCode and if you do, you will not be able to develop for iOS 5.1 and later.

But with those two devices you should be able to build and test for 4.3 and above.

Also after doing some research I found about TextWrangler as being the best alternative to Notepad++ which I loved. Anything better for free? Something that has themes to change the colors, I’m prone to getting migraines and the white backgrounds just makes it worse.

There are several alternatives to TextWranger. Consider Komodo Edit. It’s free. There are several threads on here that have links to several alternatives, some paid, some shareware, others totally free. [import]uid: 19626 topic_id: 23914 reply_id: 96361[/import]

Glad I didn’t get some of those older iPhones then. I was looking at them on ebay. I’ll develop for the newer stuff then, fairly new to all this so don’t want to be downloading all sorts of different versions, I’ll confuse myself.

I’ve ran into some of those threads where they talk about text editors. Trying out TextMate right now, so far it’s pretty good, the autcomplete is kinda weird. Wish a little window would pop-up telling me the word instead of cycling through it with Esc key.

Thanks for the help! [import]uid: 123298 topic_id: 23914 reply_id: 96369[/import]

Check out www.coronacomplete.com

It’s rapidly progressing and has become my personal favorite editor. [import]uid: 84637 topic_id: 23914 reply_id: 97380[/import]