Re: iOS 9 or Watch App

2015-09-22 Thread Raglan T. Tiger


> On Sep 21, 2015, at 3:58 PM, Quincey Morris 
>  wrote:
> 
> Have you checked to make sure you don’t have a copy of Xcode 6 on an external 
> disk? Note that you can right-click on an existing project, and the Finder 
> will pop up a menu that shows you all apps able to open the project, 
> including the version numbers, with different versions listed separately.


The Open With sub-menu shows only one entry, Xcode 6.2. I will update to the 
alleged 7.0 version tonight and report back my findings.

-rags
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS 9 or Watch App

2015-09-21 Thread Michael David Crawford
For me, it works OK to put the Xcode app bundles in folders:

/Applications/Xcode_5/Xcode.app

/Applications/Xcode_6/Xcode.app

however you may only have one version of the command line tools
installed in /usr/bin and the like.
Michael David Crawford P.E., Consulting Process Architect
mdcrawf...@gmail.com
http://mike.soggywizard.com/

  One Must Not Trifle With Wizards For It Makes Us Soggy And Hard To Light.


On Sun, Sep 20, 2015 at 8:35 PM, Quincey Morris
 wrote:
> On Sep 20, 2015, at 11:41 , Raglan T. Tiger  wrote:
>>
>> So, against my better judgement, I updated to Xcode 7.
>>
>> The installed version is 6.31, there ar no iOS9 or Watch SDKs.
>
> I don’t know what “6.31” means - maybe you mean 6.3.1? In which case you’re 
> running Xcode 6, not Xcode 7.
>
> There’s no “installed” for Xcode any more, in the sense of stuff copied into 
> a standardized system-wide location. Xcode 6 and Xcode 7 are just two 
> gigantic app bundles, each of which contains all and only the SDKs that are 
> allowed for that Xcode version. You can have both available simultaneously.
>
> So, if you want iOS 9 or watchOS, then you need to launch Xcode 7. If you’re 
> launching Xcode 6 by mistake, you’re going to have to figure out where it is, 
> and delete it if you don’t want it anymore. Or launch Xcode 7 by explicitly 
> double-clicking on its app bundle.
>
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/mdcrawford%40gmail.com
>
> This email sent to mdcrawf...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS 9 or Watch App

2015-09-21 Thread Quincey Morris
On Sep 21, 2015, at 14:08 , Raglan T. Tiger  wrote:
> 
> Does anyone know if Xcode 7 should show as version 7 in the Finder  preview 
> panel?

Yes, it does.

Have you checked to make sure you don’t have a copy of Xcode 6 on an external 
disk? Note that you can right-click on an existing project, and the Finder will 
pop up a menu that shows you all apps able to open the project, including the 
version numbers, with different versions listed separately.



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS 9 or Watch App

2015-09-21 Thread Conrad Shultz

> On Sep 21, 2015, at 6:20 AM, Michael David Crawford  
> wrote:
> 
> however you may only have one version of the command line tools
> installed in /usr/bin and the like.

You might take a look at 
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
 


-Conrad
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS 9 or Watch App

2015-09-21 Thread Raglan T. Tiger

-rags



> On Sep 21, 2015, at 11:57 AM, Conrad Shultz  wrote:
> 
> 
>> On Sep 21, 2015, at 6:20 AM, Michael David Crawford  
>> wrote:
>> 
>> however you may only have one version of the command line tools
>> installed in /usr/bin and the like.
> 
> You might take a look at 
> https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
>  
> 
> 
> -Conrad


I don't keep multiple versions of Xcode and in the past anytime I updated the 
currently installed version was overwritten as I expect.

When Xcode 7 was installed ( not the beta preview ) I expected the same 
behavior.

Seems like some kind of Apple glitch.

I restored version 6.2 from Time Machine and now the App Store shows Xcode 7 as 
an available update.

Does anyone know if Xcode 7 should show as version 7 in the Finder  preview 
panel?

-rags







___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

iOS 9 or Watch App

2015-09-20 Thread Raglan T. Tiger
So, against my better judgement, I updated to Xcode 7.

The installed version is 6.31, there ar no iOS9 or Watch SDKs.

Is my Xanax getting in the way or is it Tim Cook?


-rags



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS 9 or Watch App

2015-09-20 Thread Peters, Brandon
Did you check Preferences -> Downloads…and see if you could download them? That 
is what did after I installed and first booted up XC7...
> On Sep 20, 2015, at 2:41 PM, Raglan T. Tiger  wrote:
> 
> So, against my better judgement, I updated to Xcode 7.
> 
> The installed version is 6.31, there ar no iOS9 or Watch SDKs.
> 
> Is my Xanax getting in the way or is it Tim Cook?
> 
> 
> -rags
> 
> 
> 
> ___
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/bap04e%40my.fsu.edu
> 
> This email sent to bap...@my.fsu.edu


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS 9 or Watch App

2015-09-20 Thread Quincey Morris
On Sep 20, 2015, at 11:41 , Raglan T. Tiger  wrote:
> 
> So, against my better judgement, I updated to Xcode 7.
> 
> The installed version is 6.31, there ar no iOS9 or Watch SDKs.

I don’t know what “6.31” means - maybe you mean 6.3.1? In which case you’re 
running Xcode 6, not Xcode 7.

There’s no “installed” for Xcode any more, in the sense of stuff copied into a 
standardized system-wide location. Xcode 6 and Xcode 7 are just two gigantic 
app bundles, each of which contains all and only the SDKs that are allowed for 
that Xcode version. You can have both available simultaneously.

So, if you want iOS 9 or watchOS, then you need to launch Xcode 7. If you’re 
launching Xcode 6 by mistake, you’re going to have to figure out where it is, 
and delete it if you don’t want it anymore. Or launch Xcode 7 by explicitly 
double-clicking on its app bundle.



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com