kylef / heroku-buildpack-swift

Heroku build pack for Swift
BSD 3-Clause "New" or "Revised" License
508 stars 0 forks source link

Failed to detect build pack #22

Closed philipengberg closed 7 years ago

philipengberg commented 7 years ago

This seems like a novice error, but my search around the web and this repository didn't provide any solutions.

I've set the build pack using

> heroku create --buildpack https://github.com/kylef/heroku-buildpack-swift.git
Creating app... done, ⬢ polar-harbor-76973
Setting buildpack to https://github.com/kylef/heroku-buildpack-swift.git... done
https://polar-harbor-76973.herokuapp.com/ | https://git.heroku.com/polar-harbor-76973.git

When I then run git push heroku master I just get

remote: -----> Failed to detect set buildpack https://github.com/kylef/heroku-buildpack-swift

Any suggestions?

kylef commented 7 years ago

@philipengberg Do you have a Package.swift in the root of your repository you are trying to push to Heroku?