Xcode keeps building an old project - Help!

Greetings!

I had built a project called “Unity-IPhone” and launch it on iphone as a test.

When I started to build and run newer projects, xcode keeps loading the old project “Unity-iPhone”

Even when I’ve deleted the old project “Unity-iPhone”, Xcode rebuilds a new file!

What is happening?

I can’t build and run new projects!

Help!

I had this happen a long time ago. I forget what I did, but it was either…
a. an old version of XCode so I deleted it and reinstalled.
b. started a new project.

I looked it up in the iOS forums from Apple forums but could not find my link. However I did find this, an old post made in Torque, the engine I used before Unity.

Hope that helps.
http://www.garagegames.com/community/forums/viewthread/126330

ps. just in case you cant get in, thread might be private…

Hello renman!

Thanks for your reply.

I did a little more investigation.

When I build the project as web or Mac standalone, it always generate the same name as what I’ve saved eg: when I save the project as

“Project1” the output will be “Project1.html” or “Project1.app”.

This is the problem

It seems that when I click build as IOS and save the project as eg: “Project1”, Xcode project generated is always “Unity-Iphone”

“Unity-Iphone” could be one of the old project that I’ve worked on.

How do resolve this issue?

I can’t build new IOS as the output is always “Unity-Iphone”

Any help will be appreciated.

Thanks!

I think you need to make a Clean for the previous Build, you can select Product then Clean, I think this will solve the problem