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
47
votes
6 answers

How can I generate UML diagrams from Xcode4

I watched a video with xcode 3, that shows a button "Design" that displays a UML diagram, but I can't find how to do it with xcode 4.
user567
  • 3,712
  • 9
  • 47
  • 80
41
votes
6 answers

Static libraries in Xcode 4

(My question has been asked here before but with no working answers that I can see. E.g. Xcode4 Workspace with Static library project & application project) I'm trying to use a library provided by a 3rd party. They provide the XCode project which…
TomSwift
  • 39,369
  • 12
  • 121
  • 149
12
votes
0 answers

How to select debug/release mode in Xcode4?

Today, I realized that there is no debug/release mode selector in Xcode4. What's going on?
eonil
  • 83,476
  • 81
  • 317
  • 516
11
votes
1 answer

How to add javascript file to Xcode4

I worked with javascript files within Xcode3 before and everything is great, you just need to copy .js into remove the JavaScript file from the Compile Sources build phase and add it to the Copy Bundle Resources build phase just as suggested in this…
Suwitcha Sugthana
  • 1,301
  • 2
  • 11
  • 18
11
votes
1 answer

how to implement application tests in xcode4?

I'm trying to add some Tests for my application. Following the Document from Apple, I add two testing bundles to my project. The logic tests are no problem, but when I try to make the application tests on a device I always get the error that the…
bopa
  • 1,105
  • 1
  • 12
  • 20
7
votes
1 answer

Steps to upload an iPhone application to the AppStore in xcode4

as xcode 3 and xcode 4 is totally different. i'm a bit lost to submit app to app store. Do i still need to duplicate "Release" to create "iphoneDistrubition" configuration. Or can I straight away use Release? Is Archive in xcode4 = Build in xcode3…
moon
  • 1,392
  • 3
  • 15
  • 29
5
votes
2 answers

Sort File List in Xcode4?

This was answered for XCode 3, but not XCode4. Answer for XCode3 has not gotten an answer for 4. So: Is there a way in Xcode4 to sort my list of files under say the Classes folder Alphabetically? It appears this option has disappeared. I am…
The Mad Gamer
  • 253
  • 2
  • 6
5
votes
3 answers

Memory problem when using XCode4

Updated to xcode4 days ago, xcode4 is really nicer to xcode3. But I met a memory issue when using xcode 4. The total active memory kept growing when the xcode4 war running, grew from 500m to 2.4G, the process memory is around 200m. It's…
Fourj
  • 1,817
  • 1
  • 18
  • 34
4
votes
2 answers

xcode4 run keyboard shortcut?

cmd-enter was the hot key for "run" for xcode3? What is the hot key for run in xcode4? Or can I set one for it? Thank you
eugene
  • 39,839
  • 68
  • 255
  • 489
4
votes
2 answers

Xcode4 corruption of nib files

I have a rather strange problem that I can't quite get to the bottom of just yet, and I want to document it here because I haven't seen this problem discussed anywhere else. I have a iPhone app that I was developing under Xcode3. This was working…
Andy
  • 61
  • 3
4
votes
1 answer

How to clean without dependencies in xcode4

Each time I need to perform a clean build for my app it takes now about 20 minutes longer than in xcode3 simply because I can't find a way to perform clean without destroying dependent static libraries. Even 'touch' function seems to be gone in…
bioffe
  • 6,283
  • 3
  • 50
  • 65
4
votes
3 answers

Install Xcode 4 and keep Xcode 3?

I've read many time that we can install Xcode 4 and keep Xcode 3. BUT, i've also read that it was not possible with Xcode 4 GM. Anyone have done this with success? Update: Ok, I have installed-it. (different folder) But it always crash at start.…
Franck
  • 8,939
  • 8
  • 39
  • 57
3
votes
1 answer

Code size in Xcode 4

How do I find out the size of each binary module is in Xcode 4? Xcode3 had this info in the main screen, but it seems to be hidden somewhere in XCode4. I'm interested in comparing the effects of different techniques on code size and execution…
mackworth
  • 5,873
  • 2
  • 29
  • 49
3
votes
1 answer

Xcode4 templates now use underscore on iVars?

I have noticed that with Xcode4 Apple has updated the application templates to include underscores before instance variables. // Xcode4 @property (nonatomic, retain) IBOutlet UIWindow *window; @synthesize window = _window; . // Xcode3 @property…
fuzzygoat
  • 26,573
  • 48
  • 165
  • 294
3
votes
2 answers

Creating outlets in Xcode4

I recently upgraded to xcode4 and now I cant create outlets at all. The only documentation that I can find says to use drag and drop feature to connect my outlets, which is useless to me as I'm developing in monotouch. How can I create outlets in…
Dimitar
  • 2,392
  • 2
  • 19
  • 28
1
2 3