Adium Plugin assistance

Evan D. Schoenberg, M.D. evan at adium.im
Mon Sep 10 01:49:06 UTC 2012



On Sunday, September 9, 2012 at 12:02 PM, Bob Tanner wrote:

> Fixed the problem. Thank you.
>  
> How would I have been able to figure this problem out myself?
I can't reproduce your problem where adding
#import <Adium/AISharedAdium.h>
#import <AIUtilities/AIStringUtilities.h>

to AINetrekService.m didn't fix the problem… so I'm not sure what was wrong there.  Adding it to the precompiled prefix header automatically provides those imports to every file in the project, which is beneficial for headers you're generally going to want everywhere.
  
>  
> I'm pretty old school, vim+make+gcc, so Xcode is pretty daunting to me.
> Any recommendations on reading materials on using Xcode?
>  
There's a ton of stuff in Xcode you generally don't even need to mess with… I suggest starting with Apple's quick start guide (http://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/xcode_quick_start/000-About_Xcode/introduction.html) and then just piecing together answers to questions as you come across them.. The Mac community in general - and I'm proud to say our dev community in particular - is really good about helping people, so please have a low threshold for just asking rather than struggling to figure something out if it isn't immediately obvious. :)

-Evan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20120909/6a89dfd0/attachment-0002.html>


More information about the devel mailing list