xcode3.2.2

Xcode 3.2.2 and localization of Settings.bundle

I have just discovered that after upgrading to the latest Xcode 3.2.2, I am not able anymore to localize Settings.bundle. The "Make File Localizable button always appears grayed out, and the Settings.bundle files appear with "No Explicit File Encoding", instead of UTF-16. This happens not just for my old projects, it happens even for ne...

Subversion import error 200030 (accessed from SCM in Xcode 3.2.2, OS X 10.6.3)

Hi, I'm encountering the following error when attempting to (svn) import from within Xcode). Import Failed Error: 200030 (SQLite error) Description: no such table: rep_cache This is a new repository.The svnserve process runs normally. Existing repositories work fine (import, commit, and export) from within Xcode. Neither MacPorts nor...

Where do I put .xcolortheme files in Xcode when there is no ~/Library/Application Support/Xcode/Color Themes folder?

I'm just getting started with Mac and iPhone development, and naturally my first step is to change the color theme. I've found a theme I like here, but I can't find the folder they reference in my ~/Library/Application Support/ folder. How can I install these files? Thanks! ...

xcode 3.2.2 and objective-c 2.0 and debug: where are my object's property/instance variable values in debug?

working on a mac os project (meaning not iPhone) requiring 10.6 and is 64bit, allows me to use properties to generate both accessor methods and instance variables in the header file. but, during debug, i'm not seeing how to look at the object's properties values after they have been populated. is there some build setting that needs to be...

Building and Installing to ios 3.2

I recently installed the latest version of xcode with support for ios 4. Unfortunately when I tried to compile and install my app (which I have successfully compiled many times) for my iPod touch (first generation) I get the error that the target I have set requires ios 3.2 and above. I have looked around for a 3.2 update but have not be...

How do i use graphics.h and device.h in xcode 3.2.2 and my os is snow leopard 10.6?

Hey i have snow leopard 10.6. I want to use graphics.h and device.h header in xcode 3.2.2 for my project so please can anyone tell me the way how to use these libraries in my project. include "stdafx.h" include "graphics.h" include "conio.h" void main() { int gd=DETECT, gm; initgraph(&gd,&gm,""); int x,y, j=250 ; setbkcolor(WHITE)...

Playing Sound With OpenAL

Whats the best way to play a sound using OpenAL in xcode 3.2.2 on a 3.1.2 SDK im pulling my brains out at the moment. I've followed ben brittel and mike daley's tutorials on openAL and ive implemented all the things needed to play sound. Basically i creaed a sound manager class with the help of their fantastic tutorials. The only proble...

my old xcode was disappear after i downloaded new version xcode 3.2.4

i hav xcode 3.2.2 and when i was downloaded new version and dragged it to Dock the old one 3.2.2. is get disappeared .. i dont know whether it hidden or removed ... ...

How to also change the location of index files when changing the default build location in Xcode?

I'm using Xcode version 3.2.2. If I follow these steps with Xcode: create a new Cocoa application called "Test" in Info change the "Build Products Path" to "_build" build project I find that there is still a "build" directory being created called: build/Test.build/Test.pbxindex/<various files> These look like the files that Xcode...

MYSqlite Error on Xcode

Hi friends, I am using MySqlite in my iPhone project. I am getting all the details from my database...now when i created a new table and tried to retrieve the values from the same database i am not getting its values...i tried refreshing the database and then using it. Still only values of that table cant be retrieved..what can be the p...