I've installed the new cocoapods-0.35.0.rc2, and since that moment my project got totally messed up. I installed it by doing: 'sudo gem install cocoapods --pre' immediately afterwards I've updated the libraries by doing: 'pod install'.
However since that moment I receive the same error in the terminal: 'There is a circular dependency between XMPPFramework/Core and XMPPFramework/Authentication'
This error did not appear in the past and no matter what I try:
None of the above helped, I am quite sure that it is not directly related to the XMPPFramework as it did not have any new release lately.
Does anyone know how to solve such situations?
Thanks!
Installation of cocoapods 0.34.1 fixed it for me.
It looks like this spec currently has circular dependency issues. This issue is being tracked here for all the specs that have similar issues.
Until it's fixed you can remove XMPPFramework by removing it from the Podfile and running pod update
, not pod install
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With