Skip to content

Instantly share code, notes, and snippets.

@hammerdr
Created December 5, 2009 05:03
Show Gist options
  • Save hammerdr/249556 to your computer and use it in GitHub Desktop.
Save hammerdr/249556 to your computer and use it in GitHub Desktop.
An error occured while building:
Syntax error in UITestScriptParser.j on preprocessed line number 15
for(var i = 0; i < objj_msgSend(data, "count"); i++)
{
if(objj_msgSend(data, "objectAtIndex:", i).match("^#") || objj_msgSend(data, "objectAtIndex:", i).match(/^\
|| objj_msgSend(data, "objectAtIndex:", i).match(/^Comment/) || objj_msgSend(data, "objectAtIndex:", i).match(/^\s*$/))
{
continue;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment