How do I xcode-select 6.4?

I cant build to store because I have xcode 7.  So how do I xcode select 6.4?

If you update to the lastest public release (2731) or later you can build using Xcode 7.

If you have to use an older version, you will have to install Xcode 6.4 to build with our last version that uses iOS 8.4, or 6.3 to use iOS 8.3. Once you have that version installed, you can use the command line to run xcode-select. I never remember the full path you need to specify, so run:

xcode-select -print

And see where it’s currently pointing.  Then run:

xcode-select -s /Path/To/olderXcode/rest of the path.

Rob

If you update to the lastest public release (2731) or later you can build using Xcode 7.

If you have to use an older version, you will have to install Xcode 6.4 to build with our last version that uses iOS 8.4, or 6.3 to use iOS 8.3. Once you have that version installed, you can use the command line to run xcode-select. I never remember the full path you need to specify, so run:

xcode-select -print

And see where it’s currently pointing.  Then run:

xcode-select -s /Path/To/olderXcode/rest of the path.

Rob