appsquickly / typhoon

Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
https://pilgrim.ph
Apache License 2.0
2.7k stars 269 forks source link

Can't build Objective-C module Typhoon #540

Open stasuwe opened 7 years ago

stasuwe commented 7 years ago

Hi, I try to use Typhoon 4.0.0 in my swift project. Typhoon was added by Carthage, but after import Typhoon I got an error: "Cannot build Objective-C module Typhoon" and another error message in TyphooniOS.h: "TyphoonNibLoader.h file not found". I think something wrong in Typhoon project settings, cause project contains TyphoonNibLoader.h, but after building framework lost it.

alexgarbarev commented 7 years ago

Well, it's quite possible since Typhoon 4.0.0 was changed a lot. Try using 3.x version to test project settings. I would love to merge PR with fix.

Btw we have Pure Swift version of Typhoon, we would like you to test.

Yetispapa commented 7 years ago

I have the same error. Are there any updates on this issue?