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
0
votes
2 answers

Will my Xcode 4 project work in Xcode 3?

Further to this question: Make UML with the code in xcode4 I wrote some code with Xcode 4. The UML modelling feature in Xcode 3 was removed in Xcode 4. I would still like to use the UML modelling feature in Xcode 3, will my project written with…
user567
  • 3,712
  • 9
  • 47
  • 80
0
votes
1 answer

how to show list of properties and methods of a class reference in xcode4?

In xcode3, list of properties and methods of a reference where displayed in a frame. Can we do the same thing in xcode4?
Taketo Sano
  • 699
  • 7
  • 10
0
votes
3 answers

xcode3 xcode4 project file sharing?

I'm sharing xcode4 project through svn. Wonder if it'll be ok for another user to use xcode3. I read xcode3 and xcode4 can read the same project file. However, when you share the project file using svn file, it's a bit different story. (Mainly…
eugene
  • 39,839
  • 68
  • 255
  • 489
0
votes
5 answers

Xcode4, I use to be able to select some text and right click and search on that text in xcode3?

In Xcode 3 I use to be able to select some text, right click and search for that text. However in Xcode 4 this seems to have disappeared ? Is there a quick alternative instead ? EDIT I'd select some source code and it would find all occurences in…
Jules
  • 7,568
  • 14
  • 102
  • 186
0
votes
3 answers

Userscript with xcode4

Does anybody knows how to use xcode3 userscripts in xcode4 ? There was this great script which allowed you to select a variable and automatically generate property/synthetise/dealloc code…
vdaubry
  • 11,369
  • 7
  • 54
  • 76
0
votes
2 answers

Is XCode4 GM safe for production?

Is XCode4 safe for production apps? I would like to make the change, but not sure if it will break, or cause problems working on production?
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
0
votes
0 answers

Transferring code from old version of xcode to newer version

I have an xcode project for an app i made a while ago but its on xcode 3.2, how can i easily transfer the project to the newer version of xcode? I have tried manually transferring each file of the project to the new version but was not very…
user2778618
  • 27
  • 1
  • 7
0
votes
1 answer

How do I build with the old version of Xcode on Mountain Lion?

I just upgraded from Snow Leopard to Mountain Lion, and I'm trying to get a project to build using an older version of Xcode, 3.2.6. I ran sudo xcode-select --switch /Developer but now when I try to build my project with xcodebuild, I get xcrun:…
Cody
  • 2,467
  • 2
  • 21
  • 30
0
votes
0 answers

UITableView acting weird in XCode 4

I created an application in XCode 3 and my tableviews work great when I run the app on my phone or the simulator, but when I open the project in XCode 4, my tableViews appear with a gradient over them. Could you tell me what's wrong?
NSCoder
  • 1,594
  • 5
  • 25
  • 47
1 2
3