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 Xcode 4 work in Xcode 3,

link|improve this question

76% accept rate
Possible duplicate of Make UML with the code in xcode4. Please don't double-post. – Jacques Cousteau May 26 '11 at 0:41
ok sorry i will not do it again – Mehdi May 26 '11 at 1:04
feedback

2 Answers

I don't know about your diagrams, but your Xcode 4 project will (mostly) work with Xcode 3. (At least, it ought to work well enough to generate diagrams based on the classes.)

link|improve this answer
Similarly, I can't comment on the diagrams but after I upgraded a project to use with Xcode 4 it started crashing every time I opened it after a couple of launches. I then opened the same project in Xcode 3 and had no problems at all. – LaceySnr - Matt Lacey May 26 '11 at 0:59
@LaceySnr i can't do it with the core data modeling or something like this ? – Mehdi May 26 '11 at 1:05
feedback

If you’d like to continue using Xcode 4 for development and you have access to another computer or a VMWare image, you could install a copy of Xcode 3 on it and use it to generate diagrams only.

Alternatively, you get a commercial product like Visual Paradigm to reverse engineer your Objective-C source code or start using Xcode 3 again for development (if possible).

link|improve this answer
i can't install xcode3 and xcode 4 on the same system ? – Mehdi May 26 '11 at 1:24
@Mehdi You can have 3 and 4 installed side-by-side. Just install 3 to a folder other than /Developer, like /xcode3. – CajunLuke May 26 '11 at 15:35
@cajunluke that’s good know. @mehdi looks like side-by-side is the best alternative – johnnieb May 26 '11 at 17:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.