dailymotion / dailymotion-swift-player-sdk-ios

Dailymotion Player SDK for iOS in Swift
MIT License
34 stars 15 forks source link

[!] Unable to find a specification for `DailymotionPlayerSDK` #1

Closed musy closed 7 years ago

musy commented 7 years ago

Hi..

when, i' am pod install, appear error [!] Unable to find a specification for DailymotionPlayerSDK.

this full my pod file

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'DailyMotion' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!
  pod 'DailymotionPlayerSDK'

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

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

end
JanGorman commented 7 years ago

I just tried this and it works… I can only imagine that your CocoaPods didn't update itself against the latest version of specs available. Could you please try running pod update instead. This should trigger an update of all specs (You should see a line like Updating local specs repositories appear in the terminal).

musy commented 7 years ago

okay thanks. I have running pod setup and pod install my cocoapods. success .