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

use cocoapods install version error #48

Open
tentenlee100 opened this issue Jan 21, 2016 · 4 comments
Open

use cocoapods install version error #48

tentenlee100 opened this issue Jan 21, 2016 · 4 comments

Comments

@tentenlee100
Copy link

use cocoapods install version error
Using KINWebBrowser (0.2.5)

but the newest verson is 1.3.2

@noelhunter
Copy link

I was able to install with the latest cocoapods by editing the podfile in the example project to:

`source 'https://github.com/CocoaPods/Specs.git'

project 'KINWebBrowserExample.xcodeproj'
platform :ios, :deployment_target => '7.0'

target "KINWebBrowserExample" do
pod 'KINWebBrowser'
end
`

@ShannonChenCHN
Copy link

ShannonChenCHN commented May 15, 2017

@noelhunter I did install successfully by following your suggestion, but still got build error. Could you tell me the reason why it build failed? Thanks in advance!

ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@noelhunter
Copy link

noelhunter commented May 15, 2017

@ShannonChenCHN ,

I believe that's s separate problem with the pods installation, but you might find help here:

http://stackoverflow.com/questions/9863836/library-not-found-for-lpods

@ShannonChenCHN
Copy link

ShannonChenCHN commented May 16, 2017

@noelhunter I tried some other solutions, still doesn't work. But I run the example successfully by re-creating a new project, and copying some necessary files from original KINWebBrowserExample, then install pods. Hope this could help some others who encounter the same issue.

pod version: 1.2.0
Xcode version: 8.2.1

Anyways, really appreciate that you replied actively!

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

3 participants