Game Development Community

Xcode project builds wrong game

by Zeinad · in iTorque 2D · 09/03/2009 (6:22 pm) · 2 replies

I ran into a strange problem today I have had no luck fixing it on my own. Recently for a game I am working on I needed to incorporate a swipe feature and I was having not much luck integrating it with the multi-touch resource, so I started with a fresh copy of the engine and added in only the features I need for this game.

Everything was working great until I decided to go back and work on the first game for a bit, using of course the copy of the engine which I have added multi-touch to because it is necessary for this project.

The problem is: no matter what I try it builds the wrong game. I am opening the right project, I am sure the files included in the resources folder are for the game I want to be building, however it unfailingly builds the wrong game to my phone.

Has anyone run in to anything like this, or have any idea what may be causing this or how to fix it?

#1
09/03/2009 (8:02 pm)
Obviously they are not the right files given it relinks the app (remove the app in the build folder) and it is the wrong game thats beeing started
#2
09/03/2009 (8:20 pm)
Go Build->Clean in xCode and try rebuilding your project. Cleaning should delete the old app and when you rebuild it should use the new files you included in the xCode project.