Questions tagged [xcode3to4]

Migration from Xcode 3 to Xcode 4

This topic is about problems encountered while migrating from Xcode3 to Xcode4.

See for more information.

39 questions
3
votes
3 answers

Xcode4 workspace sharing projects

I am trying to use the new Xcode4 workspace feature to migrate some Xcode3 projects that has dependencies between them. I have a project which creates a static library and then an application project which depends on the static library. So, as the…
user320587
  • 1,347
  • 7
  • 29
  • 57
2
votes
1 answer

nib file not opening in Xcode 4

I am trying to move from xcode 3.1 to 4.1 and in the process, I installed Xcode 4.1 and opened project I created with Xcode 3.1. But when I build project, it gives error: The document "filename.xib" could not be opened. The operation couldn’t be…
NetDeveloper
  • 509
  • 1
  • 9
  • 20
2
votes
1 answer

How to remove XCode3?

I have XCode4 installed in my Developer folder, and XCode3 installed in another folder called XCode3. I would like to completely remove XCode3. How can I do this?
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
2
votes
2 answers

Xcode3 to Xcode4 code templates

can someone tell me how to convert code templates from xcode3 to xcode4? I am reading article at http://iphonedevelopment.blogspot.com/2009/04/opengl-es-from-ground-up-part-2-look-at.html and author offers his OpenGLES code template, but I can't get…
Nik
  • 9,063
  • 7
  • 66
  • 81
1
vote
1 answer

Xcode 4.02 crashes while opening an existing App

I have an existing App which works fine for others with Xcode 4.0. I have Xcode 4.02 and xcode crashes as soon as I open this app. At times, it just hangs up and I have to 'Force Quit' Xcode. Other times, it gives me a 'Internal logic error' window…
Iphone newbie
  • 43
  • 1
  • 3
1
vote
1 answer

'Could not load NIB in bundle: 'NSBundle | Error while switching to Xcode 4 and creating an iPad version of an app

When I click any button that worked perfectly before I get this error: 2011-07-04 00:52:38.772 RPS-iPad[10930:207] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle…
Jared Zoneraich
  • 561
  • 1
  • 5
  • 13
1
vote
2 answers

iPhone SDK: Problems after downgrading from Xcode4 to Xcode3

[Using MonoTouch to build iOS] We recently upgraded from Xcode3 to Xcode4 but then decided to downgrade as the Interface builder wasn't working yet with MonoTouch. After running the uninstall for Xcode, we installed 3.2.6. When we build and submit…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
1
vote
2 answers

New iOS project, free hosted repository: Xcode 4 or Xcode 3.2?

I wonder whether I should start development of a new iOS project in Xcode 4 or 3.2 - on one hand, I know 3.2 (a little), there is lots of info about it out there, and it's stable and proven. On the other hand, Xcode 4 brings some improvements as…
fzwo
  • 9,842
  • 3
  • 37
  • 57
1
vote
1 answer

XCode 3.2 supports iPhone 5?

My app was developed using Xcode 3.2 and now it's required to support iPhone 5 , actually it runs on iPhone 5 but the display is clipped showing some black space at the buttom and top, The issue now is I want to support iPhone 5 full Screen in my…
1
vote
1 answer

Interface Builder take 100% cpu after upgrading to OSX10.8 and XCode 4

I just upgraded my MacOSX from Snow Leopard to Mountain Lion. The previous version of my XCode is 3, and after the upgrade of MacOSX, I installed XCode 4 as well. However, when I try to use the new XCode to develop a helloworld-like iphone app, I…
korolevbin
  • 43
  • 4
1
vote
1 answer

Trying to install Xcode 3.2.6 on a Lion machine but it won't install correctly (Not Date issue)

So I have some Objective-c code that was created in Xcode 3.1 on OSX 10.5.8, and it will no run in Xcode 4. I used this handy little guide http://hints.macworld.com/article.php?story=20110318050811544 on one of my 10.7.4 box and it worked…
Alioo
  • 417
  • 1
  • 4
  • 19
1
vote
2 answers

RootViewController cannot use 'super' because it is a root class

While going through a tutorial which uses a navigation based- application, I decided to create a Navigation-Based Application with my 3.2.6-Xcode and open it with Xcode 4.2 for following the tutorial with that version. But when I open the same…
Kirinriki
  • 855
  • 4
  • 12
  • 18
0
votes
2 answers

Scrollview not working on xcode4 (worked on xcode3)

I'm a newbie, so forgive me if this is a silly doubt... I've recently changed my project from xcode3 to xcode4, and now there are some problems, and I don't know why... To manage the frame and the content size of my scrollview, and its changes if…
Xithias
  • 991
  • 1
  • 14
  • 32
0
votes
1 answer

Following along with iTunes U - Creating the Slider App in CS106B using Xcode 4

I am following along with the first video in the iTunes U course, and the instructor creates a slider app that I am trying to replicate on my system, unfortunately I am using a different version of Xcode than what is being used in the video, thus…
ipatch
  • 3,933
  • 8
  • 60
  • 99
0
votes
1 answer

XCode 3 -> XCode 4 = No Files

I have got a small App, developed with XCode 3, in the App Store. Now I want to update some features! In the meantime I have updated to XCode 4.2. It works fine with new projetcs. But: When ever I will open my XCode 3 Project, nothing…
Raphael
  • 512
  • 1
  • 6
  • 18