When I try to compile via xcode, the build fails in AICompletingTextField.m with the message
The result of a delegate init call must be immediately returned or assigend to 'self'
Portion of code that shows error is:
//Init the field
- (id)initWithCoder:(NSCoder *)aDecoder
{
if ((self = [super initWithCoder:aDecoder])) {
[self _init];
}
return self;
}
I guess you wanted to report a bug against another project. I don't see that code anywhere in SIPE:
Closing as INVALID
It's in the AIUtilities.framework. I receive the message "Build SIPEAdiumPlugin: Failed". Attaching screenshot
That's Adium code, not SIPE code. Adium source code must be compiled to build an Adium plugin against it.
I would check your Adium source code or if something is wrong with your Mercurial branch/checkout.