appsquickly / typhoon-example

An example application built with Typhoon dependency injection framework.
Apache License 2.0
251 stars 59 forks source link

Compiler error "No known class method for selector 'withConfigName:'" #29

Closed xcodewarrier closed 8 years ago

xcodewarrier commented 8 years ago

Within PFCoreComponents.m, line 52 returns a compiler error, "No known class method for selector 'withConfigName:'".

- (id)config
{
    return [TyphoonDefinition withConfigName:@"Configuration.plist"];
}
nickynick commented 8 years ago

Should be fixed now, thanks for the catch! A bunch of Typhoon headers was reorganized today, and in this particular file the internal headers were imported for some reason.