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

Reply via email to