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 270 forks source link

cannot run tests #606

Closed ingemarson closed 4 years ago

ingemarson commented 4 years ago

When I run my tests I always reach: [NSException raise:NSInvalidArgumentException format:@"Class %@ is not a subclass of TyphoonAssembly",

I enter buildAssembliesWithClasses twice, but I don't know why ...

ingemarson commented 4 years ago

looks like one simple line in the Podfile fixed this issue => use_frameworks! ...