Closed faisyleo closed 6 years ago
WeScan is currently in v0.9.1. Can you try updating your Podfile with WeScan (>=0.9)
please?
If that fixes the problem, we need to update the README.
@Boris-Em update Pods like this " 'pod 'WeScan', '>= 0.9' " then issue will resolve . And update README for other user. Thank You.
Thanks for reporting back @faisyleo!
When Install "we Scan" through Cocoapod then following error will become : [!] CocoaPods could not find compatible versions for pod "WeScan": In Podfile: WeScan (~> 1.0.0)
None of your spec sources contain a spec satisfying the dependency:
WeScan (~> 1.0.0)
.You have either:
pod repo update
or withpod install --repo-update
.Note: as of CocoaPods 1.0,
pod repo update
does not happen onpod install
by default.