appsquickly / typhoon-example

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

TyphoonComponentFactoryAware.h file not found #15

Closed sandor-gazdag closed 10 years ago

sandor-gazdag commented 10 years ago

Given: the project downloaded, pod install executed, and the workspace opened in Xcode Version 5.1.1 When: I try to build the project Pocketforecast project in iPhone retina (2-inch) Then: The build fails with the following message: ... PFRootViewController.h:14:9: 'TyphoonComponentFactoryAware.h' file not found

sandor-gazdag commented 10 years ago

With earlier versions this file exists but on later versions the TyphoonInjectionCallbacks.h is missing. Please point out the proper version in your Podfile.

jasperblues commented 10 years ago

We apologize. I've updated the project to build against the latest version of Typhoon in the CocoaPods master repo - 2.10

Ok now?

sandor-gazdag commented 10 years ago

It is perfect now. Thank you for your help.

jasperblues commented 10 years ago

:+1: welcome.