So…I knew Corona Labs had to make some serious changes to get terminal output with iOS6 and the new XCode, but I wasn’t aware that this also broke SublimeText2 and its JSON build system.
{
"cmd": ["/Applications/CoronaSDK/simulator", "main.lua"],
"working\_dir": "${project\_path:${folder}}",
}
That’s the basic OSX build system file that has worked for Corona SDK 600 series-800 series. Now, it says it can’t find the file. I know the .app is ‘Corona Simulator’, but renaming it doesn’t work, and if I edit the file to look for the original name, it says “can’t find Corona” - it’s cutting the second word in the filename.
So my pleas for help:
- Does anybody have a working build setting for SublimeText2 using Corona 915 or above?
- Does anybody know the Lua control code for a space (eg: nbsp; or whatnot). Been staring at the official Lua docs for awhile and just can’t seem to pin that one down. [import]uid: 41884 topic_id: 31839 reply_id: 331839[/import]
