I am working on an app, which requires cocoapods. In the manual of this app is written
Add this to your Podfile:
pod 'SwiftSocket'
And run then pod install
But when I make a pod file using pod init
into my folder and then open -a Xcode Podfile
and there I add lines
target 'SwiftSocket' do
pod 'SwiftSocket'
end
and the last pod install
it says me an error
Unable to find a target named
SwiftSocket
, did findSwiftSocket iOS
,SwiftSocket macOS
,SwiftSocket tvOS
, andiOS Example
.
Edit____________
Picture of my folder.