Closed shshalom closed 8 years ago
Sure, if I provide my PodFile with the following line:
pod 'AutoCompleteTextField'
and then pod install or update it throws me an error saying:
Unable to find a specification for
AutoCompleteTextField
It does work if I add the git argument with AutoCompleteTextField repo url, like so:
pod "AutoCompleteTextField", :git => 'https://github.com/nferocious76/AutoCompleteTextField.git'`
I'll add a fix for this issue later.. thanks. Please use that 'force find' at the moment.
Updated. You should be able to install it without doing a force find.
Thanks!
@shshalom can you explain more?