ios - Heroku Core Data buildpack, no cedar supported app detected -
i'm attempting migrate existing core data (with local store) project heroku using afincrementalstore , core data buildpack, pushing heroku keeps failing.
the primary differences between app setup , in aforelinked tutorial:
i've set xcode workspace afnetworking/afincremental dependencies, not changed code yet.
the directory containing xcode project/workspace files 1 level down root of git repo. means
heroku create --buildpack git://github.com/mattt/heroku-buildpack-core-data.gitfails create git remote namedheroku, cancd ..,heroku git:remote -a appname, seems cool.i'm working on branch other
masterin git repo, when push heroku need usegit push heroku my_local_branch:master.
however, git push doesn't anywhere, not core data buildpack stuff (as far can tell):
-----> fetching custom git buildpack... done ! heroku push rejected, no cedar-supported app detected git@heroku.com:appname.git ! [remote rejected] my_local_branch -> master (pre-receive hook declined)
i went through 1 of projects , arranged mimic yours.
the buildpack fail if .xcdatamodeld isn't within 1 folder level of root. suggest filing issue on github.
Comments
Post a Comment