Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - renaming project causes problem

I'm currently working on an iphone application. I started working on this from a project template that I found on the internet. Now I want to rename this project. I've successfully renamed the actual project file, folder and the executables and some other stuff, but there is one weird problem. If I try running the application on my iphone device, Xcode refuses to run the executable with the new name - it's trying to run the old one with the old name instead, and thus it happens that it says: "No launchable executable present at path." Which is true, since the path is wrong (wrong name). The weird thing is that it works on the iphone simulator - it's using the correct executable path.

Any help would be appreciated.

like image 512
quano Avatar asked Jul 09 '09 19:07

quano


1 Answers

In 3.2.1 on Snow Leopard, there is a "Project->Rename..." menu item that works like a charm. I think it was introduced in 3.2. Shame that it's Snow Leopard only.

like image 176
Colin Gislason Avatar answered Oct 10 '22 22:10

Colin Gislason