xcode3.2 Questions

3

I'm new to XCode and I find the file management a huge pain. In most IDEs, you can simply have the project source tree reference a directory structure on disk. This makes it easy to add new files t...
Mychael asked 20/2, 2010 at 21:25

4

Solved

I have installed both Xcode 3.2 and Xcode 4.0.2 on the same machine, which uses Hudson for automated CI (continuous integration) builds. When I say that both were installed, what I mean by that is ...

3

Solved

Can anyone give me a quick rundown of the color syntax meanings in xcode? I am running into some problems and understanding the color coding I am sure will help me out. Currently I have some varia...
Inofficious asked 18/6, 2010 at 1:48

6

I'm looking for a keyboard only shortcut for Jump to Definition. The built-in shortcut requires the mouse: ⌘ + Double click. I've tried to add a regular keyboard shorcut for the Edit>Find>Jump to ...
Gareth asked 9/2, 2010 at 10:5

2

I was unable to find any solution of my specific issue. I'm using Xcode 3.2. I'd like to indent the next line of function argument just one step in from the previous line: somevariable = pow( a, ...
Audy asked 17/5, 2010 at 18:28

2

Solved

I'm working with XCode 3.2 (on "Snow Leopard") which (still) has this nice "Text Macro" auto-completion feature (eg. if you type if it will expand to if (<#condition#>) { <#statements#>...
Awful asked 1/10, 2009 at 8:47

3

Solved

I'm trying to use the Twitter libraries and after adding liboauth.a and adding oauthconsumeriphonelib to my header search path, I'm now down to 1 compilation error, which I can't seem to get rid of...
Jacquijacquie asked 4/2, 2011 at 8:29

3

Solved

I am learning Cocoa and my understanding from reading the documentation is that when an application starts the following happens: A shared application instance is created. The main nib file is lo...
Sharkey asked 26/6, 2011 at 19:9

6

Solved

I installed Xcode a long time ago. Apparently I didn't check back then the "UNIX Development Support" checkbox. Now I want to have them but when I click on the installation this is what appears: ...
Equinoctial asked 22/4, 2010 at 18:19

5

Solved

I tried to install cocos2d framework to my xcode but I can't. I have Xcode version 3.2.5, cocos2d framework version 0.99.5, and iOS version 4.2. I opened the terminal and entered $ sudo /mac2/coc...
Drabbet asked 5/4, 2011 at 19:4

4

Possible Duplicate: symbol(s) not found for architecture i386 I have an app to complete, and when I start trying to understand what the previous developer did (it was done with Xcode ...
Breault asked 7/7, 2011 at 12:37

2

why we use -D in other c flag . in target right click go in get info in build setting other c flags why we we have to write -D like -DDEBUG
Solly asked 22/12, 2010 at 11:53

2

As a new MAc developer coming from VS I don't really 'get' what a framework is. If I add a framework to my project, does this automatically mean the headers should be found when I do #include <S...
Petulancy asked 3/5, 2012 at 21:59

5

Solved

I'm a complete Phonegap newbie so go easy on me if you can :) I've got phonegap 1.5 installed and running fine. I struggled to install the childbrowser plugin but I believe it's correctly installe...
Trimble asked 14/3, 2012 at 1:0

1

I'm a bit of a novice at messing around with my environment and I seem to have rather broken it. Many thanks in advance for any assistance you can offer. The main symptom is that when trying to ru...
Murrey asked 4/1, 2012 at 2:36

1

I have an Xcode 3.2.5 project with two targets. The first is a vanilla iOS target. The second is targeted to the Mac. Here is the project description: 92936A04148FEE15001C4EC6 /* Debug */ = { is...
Predictor asked 12/12, 2011 at 17:29

5

Solved

Last version or XCode (3.2.1) is running very slow on OS X 10.6. What kinds of tweaks can you do to your Mac in order to speedup Xcode build process. I'm not looking for general hints like how t...
Lotze asked 5/2, 2010 at 17:8

2

Solved

I have just bought a macbook air 11" with Lion 10.7. I installed xcode 3.2.5 on it. But its not working. Xcode is installed, consuming much space but I cannot see it in applications. Somewhere I he...
Impulsive asked 14/10, 2011 at 18:35

11

Solved

The current issue I'm having is that Build and Archive will build my current target but after it's finished building, a pop-up will appear with the message: "The operation couldn't be completed....
Imprecise asked 1/7, 2010 at 19:43

2

Solved

I have a 3rd party .a library, which is apparently compiled for only armv6 compatibility, where both new Xcodes (3.2.6 and 4), both now require a separate armv7 slice to run on the device. The link...
Inform asked 10/3, 2011 at 22:16

4

It seems like every time I launch an Xcode project or 'Clean all Targets' the Active Executable resets to the iPad simulator. Prior to the Xcode 3.2.6 release Xcode was defaulting to the iPhone Si...
Rumpus asked 23/3, 2011 at 11:5

2

Solved

I recently upgraded to Xcode 4. Previously in Xcode 3 to set the allowed device orientations you had to edit the shouldAutorotateToInterfaceOrientation: method in the application delegate. But now ...
Carmen asked 17/5, 2011 at 12:17

1

Solved

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. When I program i...
Maun asked 28/3, 2011 at 1:40

3

Solved

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 de...
Rahmann asked 3/6, 2010 at 23:1

3

Solved

Cut to the chase I have recreated my problem as it is fairly self explanatory. this complies without error: switch (n) { case 1: NSLog(@""); NSString *aStr; break; default: break; } thi...
Bruyn asked 10/1, 2010 at 11:25

© 2022 - 2024 — McMap. All rights reserved.