What will happen if I rename a file in XCODE?
If I rename files,in my XCode[3.2.5] project, Will its imports and connections with xib's automatically be updated or I will have to make changes everywhere manually.
I was learning iphone development and I didnt give proper names to my controllers according to standard conventions. Now I am making the changes.
Answers
Use the refactoring tools. I can't remember what these were like in 3.2.5 but they'll do the job in 4.2, and you should be on the newest version anyway.
Need Your Help
Failed to debug the Windows Azure Cloud Service Project. The output directory does not exist. / Azure SDK 2.3 / VS 2013
azure visual-studio-2013 visual-studio-debugging azure-sdk-.net azure-emulator
I have Azure SDK 2.3 installed on my Windows 7 machine. The target .Net framework is set to 4.0. I'm able to upgrade my solution to Azure SDK 2.3 and build with no problems. However, when I try to...