PodToBUILD icon indicating copy to clipboard operation
PodToBUILD copied to clipboard

Fails to update Pod if repository is renamed

Open RivMist opened this issue 5 years ago • 1 comments

If the source repo for a pod changes names, attempting to update the pod throws a fatalError("Missing podspec ( \(podspecPath) )"). See here in RepoActions.swift. Not a huge issue, but it could become annoying. In the meantime, a temporary workaround is to manually update the source URL to the new repo name and path.

RivMist avatar Apr 16 '20 17:04 RivMist

Today I worked around this in our repository by manually updating the redirecting URLs.

bolsinga avatar Apr 30 '20 17:04 bolsinga