cloudinary_ios icon indicating copy to clipboard operation
cloudinary_ios copied to clipboard

The presence of the `_Pods.xcodeproj` symlink prevents uploading to a Swift Registry

Open albertodebortoli opened this issue 8 months ago • 0 comments

When trying to upload to a Swift Registry using the swift package-registry publish command, the operation fails due to the missing _Pods.xcodeproj.

E.g.

swift package-registry publish <scope>.cloudinary-cloudinary_ios 5.1.0 \
  --url https://packages.acme.com/artifactory/api/swift/swift-local \
  --scratch-directory $(mktemp -d)
Error: /Users/alberto.debortoli/src/cloudinary_ios/_Pods.xcodeproj doesn't exist in file system

albertodebortoli avatar Jun 06 '25 12:06 albertodebortoli