Re: Inspectors in Right Hand Pane Have Dissapeared ....
Re: Inspectors in Right Hand Pane Have Dissapeared ....
- Subject: Re: Inspectors in Right Hand Pane Have Dissapeared ....
- From: Alex Zavatone <email@hidden>
- Date: Tue, 25 Apr 2017 22:42:38 -0500
Note that you pretty much have to us Xcode to commit changes when changing build schemes or if there are other people on your team, you will make their lives unpleasant.
Using SourceTree also screws up the xcblueprint by ignoring it, so when modifying the xcblueprint or messing with (adding, making shared) build schemes, SourceTree will really screw things up.
We had one team member making changes over and over, and she only made them to her local build scheme because she was using SourceTree.
Also, we ran into dependency hell because of the xcblueprint being completely skipped when using SourceTree.
Today, I had 2 merge conflicts with pretty useless files. Tried to resolve using SourceTree. Project was left unopenable. Couldn't cancel the merge, couldn't reverse any commits. I ended up deleting my project, making a fresh checkout and adding the changes again manually, rather than deal with that mess, having gone through it before.
Neither Xcode nor SourceTree is an acceptable solution for git.
On Apr 8, 2017, at 12:58 AM, email@hidden wrote:
> I highly recommend SourceTree but get the direct download and avoid the old broken version on the App Store.
>
> Sent from my iPhone
>
>> On Apr 8, 2017, at 8:23, Jens Alfke <email@hidden> wrote:
>>
>>
>>> On Apr 7, 2017, at 12:29 PM, Peter Hudson <email@hidden> wrote:
>>>
>>> Given up with git. Always seems to go wrong.
>>
>> Xcode works great with git as long as you don’t use Xcode to make changes (commits, merges, rebases, etc.) It’s good at marking which files have changed, displaying diffs, and showing logs and blame. But use a different tool to do everything else ― I recommend SourceTree, which is free.
>>
>> Git itself is essential, IMO. (Or Mercurial or SVN or whatever.) Software development without version control is like using an editor without Undo.
>>
>> ―Jens
>> _______________________________________________
>> 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
> _______________________________________________
> 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
_______________________________________________
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