You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get the following warning when pushing to Cocoapods trunk...
[!] Usage of the .swift_version file has been deprecated! Please delete the file and use the swift_versions attribute within your podspec instead.
(Along with this, we should probably upgrade the pod version. Cocoapods 1.7.1 is the latest.)
This is work that's only noticed AFTER dev work is completed, we've tagged, and we're trying to push, so we need to just do it and let it ride into a "motivated" release.
The text was updated successfully, but these errors were encountered:
Whenever we update the pod and publish to Cocoapods,
pod spec lint
warns us that
Usage of the .swift_version file has been deprecated!
Let's clean it up and replace it with swift_versions in the podspec
per lint's recommendation.
See issue #169 in the repo.
Whenever we update the pod and publish to Cocoapods,
pod spec lint
warns us that
Usage of the .swift_version file has been deprecated!
Let's clean it up and replace it with swift_versions in the podspec
per lint's recommendation.
See issue #169 in the repo.
We get the following warning when pushing to Cocoapods trunk...
[!] Usage of the
.swift_version
file has been deprecated! Please delete the file and use theswift_versions
attribute within your podspec instead.(Along with this, we should probably upgrade the
pod
version. Cocoapods1.7.1
is the latest.)This is work that's only noticed AFTER dev work is completed, we've tagged, and we're trying to push, so we need to just do it and let it ride into a "motivated" release.
The text was updated successfully, but these errors were encountered: