I really want to develop apps but i cant afford a new computer (I have a g4). Is it still possible 开发者_JS百科to do this on xcode 3? or do you need xcode 4?This is less a question of the Xcode versi
I am developing for iOS with XCode 3.2. I compiled my cod开发者_运维技巧e in debug mode with the -g option into a static library. I then linked this library with a bigger static library which has the
All of a sudden I\'m getting over a hundred warning messages of that sort out of XCode build (that used to build without any warnings), but, curiously, when you look at the connections in Interface Bu
I use Xc开发者_JS百科ode 3.2. I built my app to the App Store but I get the error: Warning: Unable to extract entitlements from application:
In Xcode 3 I could first write my method in the implementation (.m) file; afterwards adding the same method to the interface (.h) file. At that p开发者_运维百科oint Xcode 3 made a code completion for
Is there a way to configure a given target to only compile under certain build configurations? For example, let\'s say I have a simple shell tool that compiles alongside a larger library to test it.C
Hi I have a simple application where I have a some custom views and I want to add a gradient effect in some of them with CAgradientlayer but my code doesn\'t work well, my code
I was wonderin开发者_开发知识库g if there is a quick and effective way to remove all the unused variables (local, instance, even properties) in xcode... I am doing a code cleanup on my app and if I kn
I need to open an Xcode project in older Xcode version to build under the older SDK. What is deployment target option mean in 开发者_运维知识库\"project settings\". Does it mean that I can build my pr
I just downloaded xcode 4 recently and have read the xcode transition guide, however, I am still wondering how do I get the same feature for debugger in xcode 4 like in xcode 3.2.