Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Arsene Lavaux
4,342 PointsRenamed entire project using Sublime Text get this crash
Hi Teamtreehousers,
I used a text editor (Sublime Text) to replace each instance of my iOS app's former name with its new name.
Folders, files including .xcworkspace, pod files, everything should now be updated with the new app's name.
As I launch the build, it crashes. See log: https://www.dropbox.com/s/4tusjm578ai3c39/Crash_after_renaming.png
I am surely missing other elements.
Any ideas from the community?
Thanks, Arsene
P.S: I am a beginner so even obvious pieces of advice are welcome, they are surely not obvious to me... :)
1 Answer

Naomi Freeman
Treehouse Guest TeacherThis might help:
http://stackoverflow.com/questions/11352507/im-getting-clang-error-no-input-files
In Rails, that happens when I don't reopen my file and it's looking for itself somewhere it no longer exists.
Worse comes to, create a new project with the new name and copy/paste up to where you are?