XCode 4.3.1 Installation - osx-lion

I've recently installed XCode 4.3.1 which I downloaded from developer.apple.com site. Previously, I uninstalled an older version (XCode 4.1) by command line from /Developer/Applications... directory.
Now, I can't find any XCode directory at this point, neither I can't found XCode.app in /Applications folder.
Somebody knows where I can find XCode launcher, uninstaller or directory where I can run the app?
My OS: Mac OS X 10.7.3 (Lion)
Any help will be appreciated!
Regards.

If your running Lion you probably should be downloading xCode from the app store instead of developer.apple.com

Related

XCODE 4.6.3 & iPhone simulator v6.1

I have XCODE 4.6.3 installed but couldn't launch iPhone apps on iPhone 6.1 simulator.
It crashed every time I'm trying to debug with phrase "The simulated application quit."
I checked installed simulators and there are all up to 6.0 (4.3, 5.0, 5.1, 6.0). There is no 6.1 installed and I don't know how to install it and why it wasn't installed with XCODE 4.6.3
Thanks for any suggestions!
Alex
I just resolved the issue.
Go to the "~/Library/Application Support/iPhone Simulator" folder and delete 6.1 subfolder with corrupted simulator state.
Hope it'll help someone.

how to uninstall xcode and install another version? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Uninstall Xcode 4 and use Xcode 3
I am Abbas. I am new to iPhone Programming.
Tomorrow I have updated my xcode to 4.2 from version 3.2, But i am having problem to use it.
I have to uninstall xcode 4.2 from my mac and install xcode 3.2.
I have setup of both the version, but i do not know the procedure to uninstall xcode.
So.
Please Help me.
Thanks.
Open Terminal and use this command:
sudo /Developer/Library/uninstall-devtools –mode=all
if your XCode is in different directory, use that path. After that you can delete the rest of the /Developer directory.
From Xcode 4.3, the xcode is available on mac app store. If you download it from mac app store, it will be installed in this folder: /Applications/Xcode.app.
If xcode version is below 4.3, the installation directory can be changed in the installation wizard. The default installation directory is in /Developer folder. And if you choose the default folder when install xcode4.2 and the xcode3.2 is also in that folder. The xcode3.2 will be over written and removed.
If you want to keep both xcode 4.2 and 3.2, you can install them in different folder. For example, I installed xcode 3.2 in folder /xcode3 and xcode 4.2 in folder /xcode4, and I also have a xcode4.3 in folder /Applications/Xcode.app.
The problem is the newest ios simulator is only available in the lastest xcode. For example, the ios5.1 simulator is only available in xcode4.3 . So, maybe we should spend time to get familiar with the lastest xcode.
Hope it will help.

Installing xCode on Mac 10.7.2 - I need to know the version of xcode

I need to download and install xcode. But i need to know the version of xCode that i need to install on a Mac 10.7.2. Event the link says that i am capable of installing xcode 4.3.2, i herd that it crashes.
So what is the stable version of xcode that i could install on 10.7.2 ?
Xcode is available in app store, you don't have to go to iOS dev center to download it.
Xcode 4.3 is required for building on iOS devices running 5.1. Xcode 4.3 appears to be very stable, I have not had any issues with it whatsoever. Just search for "Xcode" in the Mac App Store, and you can download it from there.

IOS 5.0.1 With XCode 4.2.1 Saying "does not match any of the versions of iOS"

I am currently on Xcode 4.2.1 and I am running an IPad 1 using 5.0.1. However, I am getting this error message:
The version of iOS on “Personal iPad” does not match any of the
versions of iOS supported for development with this installation of
the iOS SDK. Please restore the device to a version of the OS listed
below, or update to the latest version of the iOS SDK; which is
available here.
OS Installed on Personal iPad
5.0.1 (9A405)
Xcode Supported iOS Versions
That's right! It is giving me absolutely no supported iOS versions. I have seen other posts about this for older versions of Xcode/IOS, but they also had supported versions.
Edit: I can run the program just fine in the iOS device simulator. It runs in IOS 5. Also, my provisioning profiles are listed under the device and they have matched my certificate in the KeyChain.
Ok! I downloaded the installer program for XCode. Uninstalled XCode and reinstalled it through the installer program and it works like a charm.
So, I ran this to uninstall it:
sudo /Developer/Library/uninstall-devtools –mode=all
Then I just used the installer from the App Store and now it works just fine with my iPad.
Thanks.
I didn't need to uninstall xcode.
just start the installer and press "update"...
For those who wan't to avoid upgrading Xcode, do the following:
Download the Xcode version dmg containing the iOS SDK you need
Make sure Xcode is not running
Double click the downloaded Xcode dmg, right click the Xcode.app icon, choose "Show Package Content"
Copy Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ to /Developer/Platforms/iPhoneOS.platform/Developer/SDKs (on you local machine)
Copy Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/ to /Developer/Platforms/iPhoneSimulator.platform/Developer (on you local machine)
Copy Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ to /Developer/Platforms/iPhoneOS.platform/DeviceSupport (on you local machine)
Right click Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/, choose "Make Alias", rename the alias to "Latest"
Start Xcode

XCode 3.2 version: now I can't compile

I have this IPhone app underway that was working fine, then I installed OS 10.6 and the shiny new XCode.
It's not compiling, instead coming up with the single error,
"There is no SDK with the name or path 'iphoneos3.0'"
I can't find such a file or folder on my hard drive.
What's broke, and how do I fix it?
Thanks for any assistance.
That's because iphoneos3.0 old and you probably have iphoneos3.1.3 or ios4. You need to go to Project -> Edit Project Settings -> General and change the Base SDK to iphone device 3.0 or 4.0. That fixed it for me.
Make sure your target is setup correctly and you select the right active config.
If you have done that then this might help you out:
You don't say which version of the SDK
you installed. If you installed SDK
version 3.2 for snow leopard, then you
also need to download and install
iPhone OS 3.1 SDK add-on installer for
Xcode 3.2 on Snow Leopard. The version
3.2 provided on the snow leopard CD or download does not include the iPhone
files that you need.
http://forums.oreilly.com/content/Inside-iPhone/5024/Help-With-Samble/
This is a good tutorial for that process: Reconfiguring Xcode projects after iPhone SDK update.
You need to download (or install) the new Snow Leopard specific Xcode. Snow Leopard should also come with Xcode on its installation disc.
Once you have done that, you have to go back to the iPhone download center and download/install the Snow Leopard specific iPhone development toolset for Xcode.