xcode4

Can't remove Default.png?

I had been fooling around with an initial splash screen but decided not to use it. But now, although I deleted Default.png from Resources, the splash screen still appears in the Simulator when I start the app. Default.png isn't in the project folder, I close and reopen Xcode, splash screen still there. Close and reopen Simulator, spla...

Building dependencies in Xcode 4

I have a project that has a dependency on a static library. In Xcode 3.2.3 the project that builds the library is setup as a direct dependency in the target settings so that the library is built whenever the main project is built. I can't for the life of me figure out how this is supposed to work in Xcode 4. I haven't changed any projec...

GCC to LLVM migration tips?

Xcode 4 comes with LLVM. As a casual programmer (i.e. download some open source projects and compile them on a mac via command line), is there any tips for the transition? ...

How to install IBPlugin to Xcode4?

How to install IBPlugin to Xcode4? ...

Xcode 4 - Connecting Outlets

This page shows how easily I can connect outlets http://developer.apple.com/technologies/tools/whats-new.html in Xcode 4, but I can't get it. I right click and drag an outlet from the new referencing outlet circle, and into my header where the object is declared, but nothing happens. Has anyone used this? Thanks a lot ...

Where did the script menue go in Xcode 4?

I always love the script menu from Xcode and the ability to automatically generate accessor methods definition und declaration. But it looks like in Xcode4 there is no such thing anymore. I know I can use properties but sometimes accessor methods are still needed. Any other way to create them automatically? ...

How to "add existing frameworks" in XCode 4?

I can't find the good old "Add existing frameworks" option. Did someone already figured out how do that? We're talking about XCode 4 DP2 (in the context of iPhone development, as far as it matters...) ...

Xcode - SenTestingKit not found

Hi all, I have an issue that popped up when I upgraded my version of xcode. I use unit tests, and I now when I try to import SenTestingKit (#import <SenTestingKit/SenTestingKit.h>), I get this error: SenTestingKit/SenTestingKit.h: No such file or directory. I have looked at my build settings, and I have the following configuration op...

xcode4 save derived class

Hi all... I'm trying to use xcode4 beta and I have this problem... In the xcode3, in the interface builder, you can set a new name for the class and after on the menu choose to save the class into new files, to allow to write some personal code... In xCode4 how can I do this?? in the properties of the object I wrote the new name of the c...

XCode fails to deploy iPhone app to iPhone 3GS

Hey everybody. So I built my iPhone app and it runs fine in the simulator so I wanted to deploy it to my iPhone for one last testing round before I go into open beta testing wiht my distribution profile. I did this numerous times already and it has never been a problem. However since the last test run I upgraded both my iPhone (iOS 4) a...

Xcode 4: How do you view the console?

I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this? ...

XCode 4: How to send objects in NIB files to front\back?

How do you adjust the "z"-positions of objects (e.g. sending UIImageViews to the front\back) in the new, integrated interface builder in XCode 4? ...

Is Xcode 4 preview 2 stable enough to be used for development?

Is Xcode 4 preview 2 stable enough to be used for development? ...

UIImageView not reflecting changed images

In my project, I made an animation for my UIImageView using some pngs. I recently swapped those pngs out for different images (with different file names) and removed the previous pngs to the trash. I updated my code to reflect the file name change but when I build my application, I still see the animated images that are not referenced in...

XCode 4: How do you add an existing framework?

I know in previous version, you could right-click and go to Add > Existing Framework. I can't find a similar option in XCode 4. ...

Printf/scanf replacement methods: some feedback/advice needed.

I've recently been writing some basic command-line programs (I want to keep my skills sharp over the summer), but printf and scanf have been starting to annoy me. I'm not a wonderful C programmer, and having to get into printf/scanf and their instabilities (or even worse, fgets and their ilk) isn't exactly putting me in a comforting sett...

XCode 4.0 general release

XCode 4.0 is available for paid Apple devs. Does anyone know when (if ?) it will be available for general download for everyone to use ? ...

PhoneGap Templates Installed in XCode 4

I have installed PhoneGap, but I have the beta release of xcode4 installed on my machine with the older release version 3.2 when i installed PhoneGap, the Template went to the old version not XCode4 ...

Should I use XCode 4? How to get started? Aprroach it?

I have bees struggling with XCode 3. And decided to jump directly to XCode 4. Though a big problem is that there is very little support like articles, videos, and projects I can use as templates. Does there exist support like this at all? Can I use XCode 3 projects as templates? Would i be easy to work from XCode 3 tutorials? I gave...

How do i get to the subviews of UITabBar in XCode 4

(The videos/tutorials I have seen for XCode 3* doesn't help me). I am talking about the view view-controllers associated with each tab-button. Olav ...