uninstall previous versions of xcode - xcode4

I have xcode 4.2.1 , 4.5 and 4.6 installed on my mac . Now i want to install xcode 5
I Also want to remove xcode 4.2.1 wothout affecting any other xcode versions
Please help regarding this .

Just go to Finder--> applications--> xcode 4.2.1 and Move it to trash. Its not going to effect any newer or older Versions.

Ankit's answer is correct for Xcode 4.3 and later, but to uninstall Xcode 4.2, you must run an uninstall script from the Terminal.
Go to the directory where you installed Xcode 4.2, which is most likely /Developer. In that folder there should be a PDF document titled something like About Xcode and iOS SDK (I don't have Xcode 4.2 installed so I don't know the exact name of the document). That document contains instructions on how to run the uninstall script.

Related

Unable to create Qt 5.8 kit despite having all the libraries installed

I'm running Arch Linux, and have installed all the qt5 and qt4 libraries, alongside qtcreator. However when I go to select my qt version when creating a new project, I cannot get 5.8 to work, only 5.7. Is this a known bug, and do you have any solutions?
Thanks in advance!

Update Qt version on ubuntu 16

I installed qt and qmake is using Qt version on 5.5.1.
qmake -v
version 3.0
Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu
so how can i update qt version on ubuntu 16 to 5.7.
It appears that the most recent version available in the repo is 5.5.1.
So the way to go would be to just go to the Qt site and download either the online or the offline installer. You can also get the source and build it yourself, but that's rather slow and not recommended unless you actually need a custom build.
The installer will also give you a maintenance tool you can use to add or remove features and update in the future.

Qt Creator 2.6.2 and Qt 4.8.4: Qt version is not properly installed

Windows 7: I have installed Qt 4.8.4 Win and Qt Creator 2.6.2 Win, VS2010 (from here). When I try to open a project (previously compiled with Qt 4.8.3 / Creator 2.5.2), it says I need a kit (no valid kit) and eventually I end up at Qt version is not properly installed. All is shown in the screenshots below.
I have checked some solutions:
SO QT version is not properly installed, please run make install is for Linux
Some say, I need to install Qt SDK, but where do I find this (this one contains older Creator / Qt versions), and what sense would the individual installers make if I need SDK?
Some say, I need to add Qt to path, but what exactly? Creator? The Qt 4.8.4, the qmake dir?
Somehow I fail with this make install, nothing happens.
I have installed the 5.0.1 including Creator 2.6.2 as one installation, this works. But when I then download 4.8.4. and try to add it as QT Version, same issue: Qt version is not properly installed
Any idea what I would need to do or install.
-- Edit -- List of trials ---
Added my Qt 4.8.4 and its qmake dir to PATH
Re-installed Qt in different order: Qt 4.8.4 first / Creator 2.6.2 thereafter
Opened Qt CMD Prompt qmake install (as in the suggestions): 4.8.4\install:1: Parse Error ('INSTALLING Qt Source Package Version 4.8.4.') Error processing project file: install
qmake install from Qt CMD. Runs 20 minutes, Laptop gets extremly hot, then it crashes
P:\Qt\Libs\4.8.4>qmake\qmake.exe install
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: install
I had the same problem. Try to choose "qmake.exe" from the BIN folder, not the qmake folder, so in your case probably P:\Qt\Libs\4.8.4\bin\qmake.exe
Based on SO: How to install Qt on Windows after building? I eventually got to http://qt-project.org/doc/qt-4.8/install-win.html
Simply running configure solved it for me, I did not build, nothing else. The installer did apply several patches, so I still do not get why I have to run configure.

Installing XCode 4.2.1 on OS X 10.7.2 using App Store

I am trying to install Xcode 4.2.1 from App Store on my iMac running OS X 10.7.2 and when I started the installation by clicking on the Install button in the App Store on my iMac, it changed to Installing but it doesn't show any progress bar indicating the status or percentage of progress of the installation. Is this how it is supposed to be? How long does it take to install? I had uninstalled my previous Xcode 4.1 earlier before starting the Xcode 4.2.1 installation.
Look for Install Xcode.app in your Applications directory. Try to run it manually (that's what I had to do). I've also seen the recommendation to chmod +x on the installation app as well -- I didn't need to do that.
It happened to me. I rebooted and it worked properly.

Install old version of Aptana plugin

I'm having problems with the new Aptana plugin (version 3.0.4) and had to uninstall it. Version 3.0.3 worked perfectly for me and I'd like to install it again but can't find it nowhere :-(
Any tips on where to get that version?
Thanks for any tips
To download Studio 3.0.3, you could use the following links: Windows, Mac, Linux 32-bit, Linux 64-bit, and for Plugins.

Resources