swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 402 forks source link

Installation issue in Mac os project #155

Open Dhiru-Dev opened 6 years ago

Dhiru-Dev commented 6 years ago
My Pod file 
target 'Test' do
 pod 'SwiftSocket', '~> 2.0'

  use_frameworks!

  # Pods for Test

  target 'TestTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'TestUITests' do
    inherit! :search_paths
    # Pods for testing
  end

end

Crash after installation of above pod , screen shot 2018-10-04 at 2 09 38 pm

Please help me