This topic is about problems encountered while migrating from Xcode3 to Xcode4.
19
votes
4answers
7k views
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 ...
9
votes
4answers
3k views
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.
6
votes
2answers
1k views
How to add configurations to Xcode 4?
There are no other way, I search a lot. In XCode 3 this is easy, but now..
In the screen above, I have the Build Configuration, so I can chose if I want:
Debug
Release
This 2 kind of config, ...
6
votes
1answer
1k views
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 ...
5
votes
1answer
1k views
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 ...
5
votes
3answers
578 views
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 ...
5
votes
1answer
8k views
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 ...
4
votes
2answers
549 views
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? ...
4
votes
1answer
253 views
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 ...
4
votes
1answer
3k views
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?
4
votes
3answers
3k views
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. ...
3
votes
1answer
118 views
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 ...
3
votes
1answer
385 views
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;
...
3
votes
2answers
332 views
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 ...
3
votes
2answers
365 views
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 ...
3
votes
3answers
1k views
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 ...
2
votes
2answers
1k views
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 ...
1
vote
1answer
218 views
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 ...
1
vote
1answer
690 views
'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', ...
1
vote
1answer
169 views
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?
1
vote
2answers
131 views
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
1
vote
2answers
281 views
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 ...
1
vote
2answers
485 views
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 ...
0
votes
2answers
74 views
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 ...
0
votes
0answers
106 views
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 ...
0
votes
1answer
166 views
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" ...
0
votes
0answers
51 views
How to trick ARCHS and VALID_ARCHS to be able to build iOS apps with both xcode 3 and 4?
XCode projects with VALID_ARCHS = armv7 will fail to build for simulator on XCode4 but if you remove the VALID_ARCHS line from it the XCode3 code analyzer will throw an warning.
How can I configure ...
0
votes
1answer
57 views
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:
...
0
votes
2answers
373 views
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 ...
0
votes
1answer
38 views
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?
0
votes
3answers
182 views
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 ...
0
votes
5answers
213 views
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 ...
0
votes
2answers
140 views
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 :
...
0
votes
2answers
167 views
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?