<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>All steps in the guide worked well, except for one manual change, without which I was getting a runtime error:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo; ">In didFinishLaunchingWithOptions of AGAppDelegate.m, I had to manually change the line:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(79, 129, 135); "><span style="color: #000000">from:<span class="Apple-tab-span" style="white-space:pre">        </span></span><span style="color: #bb2ca2">self</span><span style="color: #000000">.</span>viewController<span style="color: #000000"> = [[</span>AGViewController<span style="color: #000000"> </span><span style="color: #3d1d81">alloc</span><span style="color: #000000">] </span><span style="color: #3d1d81">initWithNibName</span><span style="color: #000000">:</span><span style="color: #d12f1b">@"AGViewController"</span><span style="color: #000000"> </span><span style="color: #3d1d81">bundle</span><span style="color: #000000">:</span><span style="color: #bb2ca2">nil</span><span style="color: #000000">];</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(61, 29, 129); "><span style="color: #000000">to: </span><span style="color: #bb2ca2">self</span><span style="color: #000000">.</span><span style="color: #4f8187">viewController</span><span style="color: #000000"> = [[</span><span style="color: #4f8187">AGViewController</span><span style="color: #000000"> </span>alloc<span style="color: #000000">] </span>initWithStyle<span style="color: #000000">:</span>UITableViewStylePlain<span style="color: #000000">];</span></div></div><div><span style="color: #000000"><br></span></div><div>It'd be great if this change is reflected in the guide: <a href="http://aerogear.org/docs/guides/GetStartedwithAeroGearandXcode/">http://aerogear.org/docs/guides/GetStartedwithAeroGearandXcode/</a></div><div><br></div><div>Thanks!</div><div>Deepali.</div><div><span style="font-family: Menlo; font-size: 11px; "><br></span></div></body></html>