appsquickly / typhoon-example

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

OCLogTemplate not downloaded with Cocoapods #12

Closed fatuhoku closed 10 years ago

fatuhoku commented 10 years ago

I tried to get started with the latest version of Typhoon from Cocoapods this way:

pod "Typhoon", :git => "git@github.com:typhoon-framework/Typhoon.git"

And when I built a small test to run, I got:

'OCLogTemplate.h' file not found

imported from TyphoonAssembly.m

#import "TyphoonAssemblySelectorAdviser.h"
#import "OCLogTemplate.h"              // offending line: OCLogTemplate is not found
#import "TyphoonAssembly+TyphoonAssemblyFriend.h"
#import "TyphoonAssemblyAdviser.h"
jasperblues commented 10 years ago

I have removed the OCLogTemplate.h import (not required).

Note that the version of Typhoon in head is 2.0. You can certainly use it as it will be released shortly, however note that:

. . otherwise please use the latest version in CocoaPods master.

fatuhoku commented 10 years ago

I think I'll wait for the docs and release, then. Thanks for the good work!

jasperblues commented 10 years ago

OK, in that case, please just use:

pod 'Typhoon'

this will pull down the latest 1.x branch. . . (btw, migrating to Typhoon 2.0, when we release it will be very simple).