Kickflip / kickflip-ios-example

Example project for integration of the Kickflip iOS SDK for super easy live broadcasts.
http://kickflip.io
Apache License 2.0
80 stars 97 forks source link

Pod install from example not functional #21

Open silentright opened 8 years ago

silentright commented 8 years ago

I recieve this issue following explicitly your example instruction during the pod install portion. I did notice during the initial pod install it ran awhile for some major updates from, so not sure if any updates have altered how the podspec file should be laid out.

DigiDs-MacBook-Air:kickflip-ios-example digid$ pod install Re-creating CocoaPods due to major version update. Analyzing dependencies [!] The dependency Kickflip (fromSubmodules/kickflip-ios-sdk/Kickflip.podspec) is not used in any concrete target. The dependency YapDatabase (~> 2.5) is not used in any concrete target. The dependency SSPullToRefresh (~> 1.2) is not used in any concrete target. The dependency UIAlertView-Blocks (~> 1.0) is not used in any concrete target. The dependency VTAcknowledgementsViewController (~> 0.10) is not used in any concrete target. The dependency BButton (~> 4.0) is not used in any concrete target. DigiDs-MacBook-Air:kickflip-ios-example digid$

chrisballinger commented 8 years ago

It is not currently compatible with CocoaPods 1.0

bcyng commented 8 years ago

put the following around the dependencies in your PodFile target "Kickflip" do ... end

then relink the acknowledgements file in Xcode as its moved so you'll have to search for it.

Allan-Nava commented 7 years ago

I have the same issue:

screen shot 2017-10-20 at 15 26 29

world70104 commented 6 years ago

Re-install cocoa pods.

  1. pod repo remove master
  2. pod setup
  3. pod install