[aerogear-dev] Xcode getting started

Matthias Wessendorf matzew at apache.org
Thu Nov 22 04:02:06 EST 2012


Oh,

as a general note :-) Feel free to create JIRA tickets for things that
are more complex. This one could be an easy pull-request :)

JIRA instance:
https://issues.jboss.org/browse/AEROGEAR

-Matthias

On Thu, Nov 22, 2012 at 7:28 AM, Matthias Wessendorf <matzew at apache.org> wrote:
> Hello Deepali,
>
> thanks for testing the guides - we will take a look.
>
> Generally, patches or pull requests are more than welcome. The website
> is located at the aerogear.org repo (see [1]). The Xcode guide in
> particular is located at [2].
>
> Greetings,
> Matthias
>
> [1] https://github.com/aerogear/aerogear.org
> [2] https://github.com/aerogear/aerogear.org/blob/master/docs/guides/GetStartedwithAeroGearandXcode.asciidoc
>
> On Thu, Nov 22, 2012 at 1:49 AM, Deepali Khushraj <dkhushra at redhat.com> wrote:
>> Hi,
>>
>> All steps in the guide worked well, except for one manual change, without
>> which I was getting a runtime error:
>>
>> In didFinishLaunchingWithOptions of AGAppDelegate.m, I had to manually
>> change the line:
>> from: self.viewController = [[AGViewController alloc]
>> initWithNibName:@"AGViewController" bundle:nil];
>> to:     self.viewController = [[AGViewController alloc]
>> initWithStyle:UITableViewStylePlain];
>>
>> It'd be great if this change is reflected in the guide:
>> http://aerogear.org/docs/guides/GetStartedwithAeroGearandXcode/
>>
>> Thanks!
>> Deepali.
>>
>>
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


More information about the aerogear-dev mailing list