前提・実現したいこと
herokuのデータベースを利用したくてiOSアプリ(swift5)をデプロイしようとしていますが、$ git push heroku master
でエラーになってしまいます。
アプリは事前にXcodeからgithubにプッシュしてあります。
この記事を見ながらやりましたが、何度やってもうまくいきません。
発生している問題・エラーメッセージ
Enumerating objects: 153, done. Counting objects: 100% (153/153), done. Delta compression using up to 4 threads Compressing objects: 100% (92/92), done. Writing objects: 100% (153/153), 1.71 MiB | 969.00 KiB/s, done. Total 153 (delta 55), reused 153 (delta 55) remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-20 stack remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/kyle/swift.tgz remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to afternoon-chamber-92963. remote: To https://git.heroku.com/afternoon-chamber-92963.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/afternoon-chamber-92963.git'
またブラウザの方でやると、
-----> Building on the Heroku-20 stack ! No default language could be detected for this app. HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically. See https://devcenter.heroku.com/articles/buildpacks ! Push failed
とも出ました。
試したこと
①任意のディレクトリを用意
②クローン$ git clone 'https://github.com/〇〇/〇〇.git'
③クローンしたアプリケーション配下へ移動
④$ heroku create
⑤$ git push heroku master
→エラー
git push heroku masterのmasterを別の名前に変えてもエラーになります。
補足情報(FW/ツールのバージョンなど)
swift5
Xcode11
あなたの回答
tips
プレビュー