groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

Existing Project - Not Working #90

Closed earblast closed 9 years ago

earblast commented 9 years ago

Have taken over an existing project that incorporates GRMustache. There are seven files that receive error messages because they are "not available." I have run install pod etc as indicated in setup section.

The four main files present are: GRMustache .h/m, GRMustacheVersion.h and GRMustache_private.h.

In addition there are Support files such as: Pods -app name- GRMustache.xcconfig, Pods - app name - GRMustache-Private.config, Pods - app name - GRMustache-dummy.m and Pods - app name - GRMustache-prefix.pch.

SO the private files such as GRMustacheAvailabilityMacros_private.h show as "File Not Found"...suggested steps to rectify much appreciated.

groue commented 9 years ago

Hi @earblast. I recommend that you setup a fresh empty project on the side, add the GRMustache pod, run pod install, check that the fresh project runs, and finally compare the two projects in order to see what's wrong in the existing one.

earblast commented 9 years ago

Thank you. Seems to have been a corrupted podfile, if such a thing exists....Rebuilt the podfile, installed correctly, no errors

groue commented 9 years ago

Cool! So everything works fine now?

earblast commented 9 years ago

Sorry for delay. All is working thanks!

Sent from my iPhone

On Mar 10, 2015, at 1:47 PM, Gwendal Roué notifications@github.com wrote:

Cool! So everything works fine now?

— Reply to this email directly or view it on GitHub.

groue commented 9 years ago

Happy Mustache :-)