King faheem
King faheem

Reputation: 21

Kingfisher library not installing in iOS

I had a problem when installing the kingfisher library I attached all the screenshots of all errors and pod file please see it and guided me how I can used the kingfisher library.

error1

error2

error3

error4

error5

error6

error6

Pod file

Upvotes: -3

Views: 462

Answers (2)

Swift Ninja
Swift Ninja

Reputation: 31

I suggest to reinstall everything

rm -rf /Pods /Podfile /Podfile.lock

and pod init, install...

Upvotes: 0

jnpdx
jnpdx

Reputation: 52397

Googling the JSONParser 767 error led me to this page: https://github.com/CocoaPods/CocoaPods/issues/9694

It suggests to run the following in the terminal:

rm -rf ~/.cocoapods/repos/trunk/
pod install

Comments suggest that this reliably solves the issue.

Upvotes: 1

Related Questions