Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod install from example not functional #21

Open
silentright opened this issue May 22, 2016 · 4 comments
Open

Pod install from example not functional #21

silentright opened this issue May 22, 2016 · 4 comments

Comments

@silentright
Copy link

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
Copy link
Member

It is not currently compatible with CocoaPods 1.0

@bcyng
Copy link

bcyng commented Jun 5, 2016

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
Copy link

I have the same issue:

screen shot 2017-10-20 at 15 26 29

@world70104
Copy link

Re-install cocoa pods.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants