0

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?

R. Mohan
  • 2,182
  • 17
  • 30
  • Wtihout any code or more information we can only guess whats going wrong. Please share what you have tried. – L. Guthardt Nov 30 '17 at 10:15
  • @L.Guthardt i tried integarting xmppframework to my app using pods.xmppframework comes with cocoalumberjack framework which can be used for logging. problem am facing is that there is no api/macros which can be used for logging in swift class files? – Harsha1602 Nov 30 '17 at 12:01

1 Answers1

0

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'

Ashwin Sathawane
  • 383
  • 2
  • 14
  • Still same issue. master branch has fix for this? – Harsha1602 Nov 30 '17 at 11:58
  • master branch has fix for this?this is what i tried earlier m integarting 3.7 version of xmppframwork to my swift app via pods. and trying to use cocoalumberjack which comes along with xmppframework. issue am facing here is that there is no macros accessible in swift class files to use for logging – Harsha1602 Nov 30 '17 at 12:07