Hi Felix,

thanks so much! Works now!! :-))

Have to read (even) more about memory management in Objective-C!
But never would have found out about the 64bit vs. 32bit issue I
think.
So thanks for pointing that out!!

Stefan.

On Aug 31, 11:35 am, Felix <[email protected]> wrote:
> Hi,
>
> 1. Replace
> twitterEngine = [[MGTwitterEngine twitterEngineWithDelegate:self];
> with
> twitterEngine = [[[MGTwitterEngine twitterEngineWithDelegate:self]
> retain];
> in init of the TestControllers.
>
> 2. build the 32-bit version. 64-bit seems not to be supported.
>
> best regards, Felix.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to