Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Renamed 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
STAFF
Naomi Freeman
Treehouse Guest Teacher

This 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?