This is more of a management issue... Anyway We're currently making quiz-like game which, well includes a LOT of sound files, and it's bogging down xcode. It's so slow that scrolling up and down takes minutes.
Asked
Active
Viewed 85 times
0
-
What exactly are you scrolling up and down? It's not clear where the slowdown is happening. – spender Apr 08 '10 at 13:19
-
I doubt this is anything to do with `xcodebuild` and there's a good chance it's nothing to do with Xcode either - you should at least specify what platform you are developing for... – Paul R Apr 08 '10 at 13:34
-
I apologize for being so vague, im developing this for the iphone. and about the scrolling, scrolling anything on the xcode gui (like scrolling down so you can see the end of the code/file) takes awhile. anyway, updating the OS helped a bit. im also planning to change the wav file format im currently using to something different. i havent really decided yet. but thanks for the feedbacks. ill see first what works – iced Apr 09 '10 at 06:30
1 Answers
0
You could place them outside of the project and only reference them.

Patrick Cornelissen
- 7,968
- 6
- 48
- 70