I'm getting this error when I'm attempting to push to the specs repo and not sure what the problem is
The repo `my-ios-pod-spec` at `../../../.cocoapods/repos/my-ios-pod-spec` is not clean
I'm getting this error when I'm attempting to push to the specs repo and not sure what the problem is
The repo `my-ios-pod-spec` at `../../../.cocoapods/repos/my-ios-pod-spec` is not clean
Turns out the specs repo had some git status
. I checked that with:
git status
Not sure why but I somehow had a DS_Store
file. I cleaned up my file status and the problem went away!
See docs on the function from GH from here