Questions tagged [xcode3]

Version 3.x of Apple's Xcode IDE.

Wikipedia's description:

Xcode 3.0 was released with Mac OS X v10.5 "Leopard". Notable changes since 2.1 include[16] the DTrace debugging tool (now called Instruments), refactoring support, context-sensitive documentation, and Objective-C 2.0 with garbage collection. It also supports Project Snapshots, which provide a basic form of version control; Message Bubbles, which show build errors debug values alongside code; and building four-architecture fat binaries (32 and 64-bit Intel and PowerPC).

4 questions
1
vote
1 answer

Interface builder can't open xib file

When I try to open the .xib file of my project, the Interface builder show me this error message: "Interface Builder was unable to determine the type of "MainMenu.xib"."
0
votes
1 answer

Open offline jpg-images in a command-line-application in Objective-C under Mac OS X 10.6.8 and Xcode 3.2.6

What I do: I'm pretty new to Objective-C and I write an command-line-application on my old Macbook 2,1 that works with pictures. My problem: I just want to get the width and height as a number (int, NSInteger, NSNumber, …) of a picture saved on my…
0
votes
0 answers

Function not using my entire array to change on screen button text

When i Run my code, it correctly changes the QLabel.text but it won't change the answers text. all of the buttons keep the same text as it were before picking a questions. Nor does it load the answers on first load. it keeps the text set in the…
Chris Levely
  • 131
  • 1
  • 10
0
votes
0 answers

SDL App won't open unless Framework is installed in /Library/Frameworks

I have built a very simple app with Xcode 3.1.4 on OSX 10.8. It starts in 10.8 if I have SDL.Framework installed in /Library/Frameworks/SDL.framework. (SDL 1.2.15 from the SDL site.) I also tried it in another Mac, with OSX 10.9. It doesn't work…
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173