Hi all,
I accidentally moved my Xcode project to the trash, and because I realized in time, I took it out and put it back onto my desktop. When I tried to open it though, all the files would appear red. What should I do? Please help me - the code alone took about 10 hours!
Hi all,
I accidentally moved my Xcode project to the trash, and because I realized in time, I took it out and put it back onto my desktop. When I tried to open it though, all the files would appear red. What should I do? Please help me - the code alone took about 10 hours!
Xcode can't find the files associated with the project. Was the project on your desktop before? If not, close the project in Xcode, move it back where it was originally, then re-open it. If it was on your desktop before, then there are other files which are either still in trash or have been moved somewhere else.
__________________ PicBoard - a visual support app for children with autism, communication difficulties or learning difficulties. Available now for iPad.
TalkBoard - Adds Communication Aid features to PicBoard, for non-verbal children or adults. Available now for iPad.
Are all the files red? If not then your project may be referencing a static library that got deleted (has happened to me). Check the classes that you wrote, it's hard to guess whether you're referencing certain classes or not, so you'll have to check these yourself.
Did you try placing the project folder back to where it was rather than the desktop? Or was it at the desktop?
Are all the files red? If not then your project may be referencing a static library that got deleted (has happened to me). Check the classes that you wrote, it's hard to guess whether you're referencing certain classes or not, so you'll have to check these yourself.
Did you try placing the project folder back to where it was rather than the desktop? Or was it at the desktop?
Thank you so much, denno and mashercakes! Just one last thing - Everything in my project is restored back to normal, except for the "Info.plist" file. I can find it in my Finder, but it doesn't seem to appear in my Xcode project. Is there any way to fix this?
Thank you so much, denno and mashercakes! Just one last thing - Everything in my project is restored back to normal, except for the "Info.plist" file. I can find it in my Finder, but it doesn't seem to appear in my Xcode project. Is there any way to fix this?
If you can find the file in finder just add the info.plist again to your project.
Hi all,
I accidentally moved my Xcode project to the trash, and because I realized in time, I took it out and put it back onto my desktop. When I tried to open it though, all the files would appear red. What should I do? Please help me - the code alone took about 10 hours!
This is a good reason to keep Time Machine hooked up.