Issue with cocoalumberjack when used along with xmppframework in swift project

220 Views Asked by At

facing issue with cocoa lumberjack when it is used along with Xmppframework in project written in swift!. installed xmppframework via pods. got following error,Use of unresolved identifier 'DDLogVerbose’. any suggestions?

1

There are 1 best solutions below

2
On

i also faced same issue, try to install XMPPFramework by adding following line in podfile

pod 'XMPPFramework', :git => 'https://github.com/robbiehanson/XMPPFramework.git', :branch => 'master'