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.git fails create git remote named heroku, can cd .. , heroku git:remote -a appname , seems cool.

  • i'm working on branch other master in git repo, when push heroku need use git 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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -