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

Duplicate Interface definition for class Typhoon Method #520

Closed sgup77 closed 8 years ago

sgup77 commented 8 years ago

After updating my cocoapods i am getting lot of errors

1.) Duplicate interface definition for class TyphoonMethod 2.) Redifinition of Typhoonscope 3.) Redifinition of enumerator 'TyphoonScopePrototype'

alexgarbarev commented 8 years ago

@sgup77 try to do clean build. Check if it happens with other pods

sgup77 commented 8 years ago
screen shot 2016-07-21 at 12 05 39 am

Clean not working...

vasilenkoigor commented 8 years ago

Hi @sgup77 Problem was solved?

sgup77 commented 8 years ago

yes , it is resolved. i was using both objective c and swift Assembly files in my project with pods 7.0 . But when i updated my pods to 8.0. It started giving me above problems. so i have ported all my objective c assembly files to swift and problem is resolved.

vasilenkoigor commented 8 years ago

@sgup77 Great! Thanks for answer :)