Aruljothi Kuppusamy

Results 3 comments of Aruljothi Kuppusamy

I am getting Redefinition of module 'dnssd' error https://www.dropbox.com/s/we3l4bynq0tqmfv/Screenshot%202016-09-14%2014.54.25.png?dl=0 My pod info: Pod verison: 1.0.1 Xcode: 8 Language: Objective C pod 'XMPPFramework'

@aceisScope ok, if i change my pod spec like pod 'XMPPFramework', :git => "https://github.com/robbiehanson/XMPPFramework.git", :branch => 'master' now my xmppframework version 3.7.0 then i am getting #import "CocoaAsyncSocket/GCDAsyncSocket.h" file not...

@IrakliiTavadze Before i have same issue after upgrade cocoapods rc2 it's working fine my pod spec ``` source 'https://github.com/CocoaPods/Specs.git' platform :ios, ’10.0’ use_frameworks! def common_pods pod 'Alamofire', ‘~> 4.0’ pod...