xcode3.2
is it still possible to submit apps using xcode 3?
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[详细]
2023-03-13 12:13 分类:问答debug symbols lost during linking...?
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[详细]
2023-03-12 06:30 分类:问答The xxx outlet of 'File's Owner' is connected to 'Label YYY' but xxx is no longer defined on zzz
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[详细]
2023-03-11 03:20 分类:问答Why am i unable to extract entitlements from application?
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:[详细]
2023-03-07 02:24 分类:问答XCode 4's code completion for methods in the .h file
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[详细]
2023-03-05 01:22 分类:问答Xcode: Compile Under Certain Build Configurations
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[详细]
2023-03-04 08:18 分类:问答NSView with CAgradientlayer
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[详细]
2023-03-03 01:47 分类:问答How to quickly remove all the unused variables with xCode?
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[详细]
2023-02-28 02:31 分类:问答How can I open an Xcode project in an older version of Xcode?
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[详细]
2023-02-24 23:44 分类:问答How to display the exact line of code causing application crash in xcode 4 debugger like in xcode 3.2
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.[详细]
2023-02-19 23:13 分类:问答