Re: start with OSX 5.1.1

2014-07-31 Thread Clark Smith Cox III
to:pu56ucl...@alumni.purdue.edu>> >> Cc: "cocoa-dev@lists.apple.com <mailto:cocoa-dev@lists.apple.com>" >> mailto:cocoa-dev@lists.apple.com>> >> Subject: Re: start with OSX 5.1.1 >> Message-ID: <6e0f531a-1248-49d4-b898-695f436ee...@desisoftsystems.co

Re: start with OSX 5.1.1

2014-07-31 Thread Uli Kusterer
On 31 Jul 2014, at 05:56, Eden Smallwood wrote: > I'm not sure whether this counts as just a "point of order" or > something, but my "Project Format 3.2 compatible" project targets 10.6 just > fine in xcode 5.1.1, ( and xcode 433 and 402 ). To "install" the 10.6 SDK > into Xcode 5, I ju

Re: start with OSX 5.1.1

2014-07-30 Thread Gary L. Wade
If you do that, make sure the owner/groups match the app to make sure you don't modify them accidentally. And one of these days Apple will utilize those deprecation/available attributes so we can arbitrarily set and test SDKs without having to do any of this. -- Gary L. Wade (Sent from my iPhone

Re: start with OSX 5.1.1

2014-07-30 Thread Roland King
> > I'm not sure whether this counts as just a "point of order" or > something, but my "Project Format 3.2 compatible" project targets 10.6 just > fine in xcode 5.1.1, ( and xcode 433 and 402 ). To "install" the 10.6 SDK > into Xcode 5, I just dragged it in the finder from my xcode 3 i

Re: start with OSX 5.1.1

2014-07-30 Thread Eden Smallwood
> > Message: 9 > Date: Wed, 30 Jul 2014 06:53:49 -0700 > From: "Gary L. Wade" > To: N!K > Cc: "cocoa-dev@lists.apple.com" > Subject: Re: start with OSX 5.1.1 > Message-ID: <6e0f531a-1248-49d4-b898-695f436ee...@desisoftsystems.com> > Con

Re: start with OSX 5.1.1

2014-07-30 Thread Gary L. Wade
True, but some details appear to be missing, and it sounds more like there was an original project from the 3.2.6 days that was opened in 5.1.1 (the op is only new to 5.1.1, not Xcode). It sounds more like after the project was opened in 5.1.1, some changes were made to the project like making a

Re: start with OSX 5.1.1

2014-07-30 Thread Jens Alfke
> On Jul 30, 2014, at 6:53 AM, Gary L. Wade > wrote: > > Your Xcode 3.2.6 project most likely references at most 10.6, which is not > supported by Xcode 5.1.1, so you'll need to adjust your project's SDKs to > match those installed. Select the project in the file viewer, choose the > build s

Re: start with OSX 5.1.1

2014-07-30 Thread Gary L. Wade
Your Xcode 3.2.6 project most likely references at most 10.6, which is not supported by Xcode 5.1.1, so you'll need to adjust your project's SDKs to match those installed. Select the project in the file viewer, choose the build settings panel, and enter SDK in the search field. -- Gary L. Wade (

Re: start with OSX 5.1.1

2014-07-30 Thread Alex Zavatone
Delete your scheme and have go in to the Scheme Manager and Auto Recreate Schemes to get a working iOS scheme. You'll also most likely want to go to Edit: Refactor: Convert to ARC. On Jul 30, 2014, at 2:02 AM, N!K wrote: > > After using Xcode 3.2.6 occasionally, I downloaded 5.1.1 and typed

Re: start with OSX 5.1.1

2014-07-29 Thread Graham Cox
On 30 Jul 2014, at 4:02 pm, N!K wrote: > After using Xcode 3.2.6 occasionally, I downloaded 5.1.1 and typed in a very > simple program in .h and .m to try it out. Well, what did you type? It's not really usual to start an OSX project by typing code, at least until you have a working template