App not building =(

My app isn't building, I don't get any errors in the actual builder, but it just says connecting to server for forever. I get this error message in the terminal

Copyright (C) 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.591
The file sandbox for this project is located at the following folder:
(/Users/Kurt/Library/Application Support/Corona Simulator/putput2-09B6679A8B357A19D47C474F964EF5E3)
Syntax error: /Users/Kurt/Desktop/putput2/build.settings:26: '}' expected (to close '{' at line 15) near 'UIPrerenderedIcon'
2011-09-29 14:25:14.570 Corona Simulator[363:2403] An uncaught exception was raised
2011-09-29 14:25:14.571 Corona Simulator[363:2403] *** -[NSPlaceholderString initWithUTF8String:]: NULL cString
2011-09-29 14:25:14.595 Corona Simulator[363:2403] (
0 CoreFoundation 0x9a88ce77 __raiseError + 231
1 libobjc.A.dylib 0x948bd149 objc_exception_throw + 155
2 CoreFoundation 0x9a7f4e89 +[NSException raise:format:arguments:] + 137
3 CoreFoundation 0x9a7f4df9 +[NSException raise:format:] + 57
4 Foundation 0x9bb9c96a -[NSString initWithUTF8String:] + 90
5 Corona Simulator 0x000285a6 Corona Simulator + 161190
6 Corona Simulator 0x000282c9 Corona Simulator + 160457
7 Corona Simulator 0x00023a6a Corona Simulator + 141930
8 Corona Simulator 0x000244b8 Corona Simulator + 144568
9 Corona Simulator 0x000117e7 Corona Simulator + 67559
10 Corona Simulator 0x0000c87d Corona Simulator + 47229
11 CoreFoundation 0x9a7e2901 -[NSObject performSelector:withObject:] + 65
12 AppKit 0x96e7870b -[NSApplication sendAction:to:from:] + 232
13 AppKit 0x96e785e8 -[NSControl sendAction:to:] + 102
14 AppKit 0x96e784eb -[NSCell _sendActionFrom:] + 160
15 AppKit 0x96e778a6 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295
16 AppKit 0x96efa92d -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501
17 AppKit 0x96e762e7 -[NSControl mouseDown:] + 943
18 AppKit 0x96e3f5de -[NSWindow sendEvent:] + 7514
19 AppKit 0x96dd78f7 -[NSApplication sendEvent:] + 4936
20 AppKit 0x9704113f -[NSApplication _modalSession:sendEvent:] + 550
21 AppKit 0x97040d09 -[NSApplication _realDoModalLoop:peek:] + 638
22 AppKit 0x9703c0aa -[NSApplication _doModalLoop:peek:] + 69
23 AppKit 0x970409e5 -[NSApplication runModalForWindow:] + 258
24 Corona Simulator 0x0000a782 Corona Simulator + 38786
25 Corona Simulator 0x000093e0 Corona Simulator + 33760
26 CoreFoundation 0x9a7e2901 -[NSObject performSelector:withObject:] + 65
27 AppKit 0x96e7870b -[NSApplication sendAction:to:from:] + 232
28 AppKit 0x96f6bf77 -[NSMenuItem _corePerformAction] + 536
29 AppKit 0x96f6bbf4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
30 AppKit 0x96f6b27d -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
31 AppKit 0x9724349b -[NSMenu performActionForItemAtIndex:] + 65
32 AppKit 0x972434ce -[NSMenu _internalPerformActionForItemAtIndex:] + 45
33 AppKit 0x972476ff -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
34 AppKit 0x970b1a20 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
35 AppKit 0x96ee0dde NSSLMMenuEventHandler + 452
36 HIToolbox 0x93ebae54 _Z22_InvokeEventHandlerUPPP25OpaqueEventHandlerCallRefP14OpaqueEventRefPvPFlS0_S2_S3_E + 36
37 HIToolbox 0x93d3682b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
38 HIToolbox 0x93d35ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
39 HIToolbox 0x93d4aac9 SendEventToEventTarget + 76
40 HIToolbox 0x93ebb318 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 482
41 HIToolbox 0x93ebb382 SendMenuCommandWithContextAndModifiers + 70
42 HIToolbox 0x93f257ef SendMenuItemSelectedEvent + 275
43 HIToolbox 0x93d87598 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
44 HIToolbox 0x93f166c4 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
45 HIToolbox 0x93d7f240 _HandleMenuSelection2 + 641
46 HIToolbox 0x93d7efb7 _HandleMenuSelection + 53
47 AppKit 0x96ddd4d2 _NSHandleCarbonMenuEvent + 302
48 AppKit 0x96d6dc90 _DPSNextEvent + 2166
49 AppKit 0x96d6cf2d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
50 AppKit 0x96d6929f -[NSApplication run] + 904
51 AppKit 0x96ffc928 NSApplicationMain + 1054
52 Corona Simulator 0x000023c5 Corona Simulator + 5061
)

I think it is related to my build.settings which is:

settings =
{
orientation =
{
default = "portrait",
supported =
{
"portrait"
},
},

iphone =
{
plist =
{

UIAppFonts =
{

"slayer11.ttf"

},

UIStatusBarHidden=true,
UIApplicationExitsOnSuspend = true
UIPrerenderedIcon = true
},
}

--- THANKS IN ADVANCE TO ANY HELP---

Maybe your missing a comma after.. UIApplicationExitsOnSuspend = true? And maybe even after UIPrerenderedIcon = true.

I personally put comma's after each line in my build settings, because commas are always fun to add lol. If that doesnt help, then I'm not all that sure, unfortunately build settings are my forte.

In addition to the missing comma, you're also missing a bracket at the end.

I cleaned up your code. Try this:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
settings =
{
        orientation =
        {
                default = "portrait",
                supported =     { "portrait" },
        },
        
        iphone =
        {
                plist =
                {
        
                        UIAppFonts = { "slayer11.ttf" },
        
                        UIStatusBarHidden=true,
                        UIApplicationExitsOnSuspend = true,
                        UIPrerenderedIcon = true
                },
        }
 
}

Gilbert!! Thank you so much this worked great!! do you have a donate page somthing?

views:1700 update:2011/10/17 8:58:49
corona forums © 2003-2011