I am facing compile time issue during unit test cases build. getting following error in one of my class file.
we are using xmppframework in project as pod dependency which inturn uses cocoa lumberjack . didnt get any issue while building other targets. problem is only with xctest cases only…
here is my pod file, adding xmppframework to both targets, but still issue persists…target ‘MySdk' do
use_frameworks!
pod 'XMPPFramework', '~> 3.7.0'
target 'MySdkTests' do
inherit! :search_paths
end
end
any help would be appreciated. i have been struck with this issue for past few days…