Search code examples
swiftxcodeswift-package-manager

Xcode 11 - Swift Package Manager can't find Manifest


I'm working on updating some pods I use to also be compatible with SPM and I've updated this one https://github.com/trusk89/SwiftForms.git but when I try to add it to the project I'm using it in, I keep getting Showing All Messages : https://github.com/trusk89/SwiftForms.git has no Package.swift manifest for version 1.8.3

Package.swift is in the root folder so I have no clue what the actual problem is. Anyone have any idea? The package compiles fine and also the sample app works.


Solution

  • Figured it out.

    README.MD should have been named README.md