Re: Xcode 4.6 and iOS 7 SDKs?
Re: Xcode 4.6 and iOS 7 SDKs?
- Subject: Re: Xcode 4.6 and iOS 7 SDKs?
- From: Michael Babin <email@hidden>
- Date: Sat, 28 Sep 2013 08:23:56 -0500
On Sep 28, 2013, at 6:47 AM, Alex Zavatone <email@hidden> wrote:
>
> On Sep 28, 2013, at 1:18 AM, Chris Hanson wrote:
>
>> As long as you're using SCM, you'll be able to revert any changes that do prevent you from using multiple versions of Xcode on a project. Those kinds of changes, however should only happen in response to user action. (For example, by upgrading a xib file to Xcode 5 format or using iOS 7 features.
>>
>
> Not really. Many versions of Xcode will use a different versioning in the storyboard. If you open one version of your code in a newer version of Xcode, occasionally, the storyboard versioning is updated to the new version of Xcode and you can't change it back from an older version of Xcode or even open the storyboard.
Hence the reference/recommendation to using SCM. In such a case, you could revert or rollback your changes using your SCM system. Granted, if you had made significant changes (in addition to the versioning info which is proving problematic), you might have to redo those changes if you are unable to selectively undo only the undesired changes. I'm not familiar enough with storyboards to know how amenable they are to selective hand-editing.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden