Game Development Community

I've got the app clean up blues

by Alain Labrie · in iTorque 2D · 04/17/2010 (7:10 pm) · 12 replies

I am getting ready to submit my game to iTunes. but I am having a problem "cleaning" out the .cs files. Right now if I compile and deploy my project to a device (with .cs and .dso) them everyting works fine. If I try to remove any of the .cs files (while leaving the corresponding .dso) the game installs but does not work correctly. Has anybody experienced this problem before?

Alain

#1
04/18/2010 (12:42 am)
Just to be sure: You're leaving the top main.cs, right? :)
#2
04/18/2010 (4:53 am)
Yes top mains.cs is there. The problem is not "overcleaning". If I remove ANY of the .cs files then the app builds and deploys to the device, but the app does not function correctly. I think it might be the way I am deleting the .cs files, maybe a reference is being left over...
#3
04/18/2010 (9:42 am)
Are you deleting cs files while Xcode is open? Try removing the files while Xcode is closed and then open the project again, build without cleaning.
#4
04/18/2010 (9:50 am)
It turns out the .dso's needed to be updated... The reason it work on the device was that iTGB 1.3.1 CAN compile it's own .dso' s from .cs files (unlike previous versions).
#5
04/18/2010 (7:10 pm)
I had the same problem and was about to post a message. This has solved my problem, thanks.

#6
04/23/2010 (1:41 pm)
Dean i have the same problem too i updated my dso files but it's not work what are you exactly do ?
#7
04/23/2010 (10:37 pm)
I deleted all the DSO files. Then recompiled. I kept the main.cs and the levels\datablocks\*.cs files.
#8
04/24/2010 (3:08 am)
Thanks !
#9
04/24/2010 (11:47 am)
No problem, your game looks like it will be fun. :)
#10
04/25/2010 (6:33 am)
hmm it doesn't work for me every new dso recompiled is not taking in count :(
#11
04/25/2010 (6:56 am)
If you are running windows run the cleandso.bat, then recompile.

If you are running torsion, then click on project, delete all dso's, then recompile all.

***************
Another option would be to search the directory for all DSO's and delete them. You need to recompile.

If you don't have torsion, just re-run the game a few times and it will recompile the DSO's
#12
04/25/2010 (9:00 am)
thanks for trying to help me dean but it still no work.. it's very weird.. :/