joec
joec

Reputation: 3543

iPhone simulator failed to install the application

I have an account on a university computer network, and whenever i try to Build and Go with an application in Xcode, i get this error :

Error from debugger: Failed to launch simulated application: iPhone Simulator failed to install the application

The SDK is installed in /Developer as expected and i have created my project directory on a local hard drive... I think the problem is the location of my ~/Library/Application Support/iPhone Simulator directory, my entire ~/Library directory is aliased to a different location.

Can i change the location of the iPhone Simulator directory from within Xcode?

Or any other ideas?

Thanks

Upvotes: 1

Views: 1057

Answers (1)

Alex C Schaefer
Alex C Schaefer

Reputation: 250

The iPhone Simulator does not support operating on remote home directories. If you check the readme during the installation of the iPhone sdk it says the following:

"The iPhone Simulator does not support network home directories"

Bum deal, but I'd bet that your average University mac would have network home directories.

Upvotes: 1

Related Questions