Re: Making two segues to the same view?

2015-10-06 Thread Alex Hall
Update: I got it to work, but the process was odd. I changed the 'show' segue from View2 to Main View to be modal, then I was able to make the segue from View1 to Main View with no problem. I changed the other segue back to 'show' and now both are working. I wonder if the problem was a naming

Re: Warning, warning.

2015-10-06 Thread Jens Alfke
> On Oct 6, 2015, at 10:55 AM, Alex Zavatone wrote: > > As of updating to Xcode 7.0.1, I noticed that our iOS app gained a large > amount of warnings. Relative to which version? 6.4 or 7.0? > Can anyone point me to a source that documents the new warnings that can be >

Refactoring in Xcode 7?

2015-10-06 Thread Laurent Daudelin
Is it just me or is refactoring names in Xcode 7 totally broken? It will refactor the current file where you chose to refactor and any xib if it's an IB outlet but will not refactor the change in any other source file. And it will not list the files that will be modified. Is it just me or is it a

Re: Warning, warning.

2015-10-06 Thread Jens Alfke
> On Oct 6, 2015, at 11:47 AM, Alex Zavatone wrote: > > Thanks. We have a few PJSIP libs that use the files that have config files > with the same file name, yet different paths and Xcode thinks that there are > "multiple build commands for the output file" within the derived

Re: Refactoring in Xcode 7?

2015-10-06 Thread Quincey Morris
On Oct 6, 2015, at 16:40 , Carl Hoefs wrote: > > Yes, that does show a view of changes, in sort of a FileMerge format. Not > sure what the other view is all about. Is that a bug? Would also be nice if > it would show how many potential changes were found. It’s

Re: Refactoring in Xcode 7?

2015-10-06 Thread Carl Hoefs
> On Oct 6, 2015, at 5:46 PM, Quincey Morris > wrote: > > On Oct 6, 2015, at 16:40 , Carl Hoefs > wrote: >> >> Yes, that does show a view of changes, in sort of a FileMerge format.

Re: Refactoring in Xcode 7?

2015-10-06 Thread Alex Zavatone
Is this "view is empty" thing that I 'm seeing when refactoring? On Oct 6, 2015, at 8:46 PM, Quincey Morris wrote: > On Oct 6, 2015, at 16:40 , Carl Hoefs wrote: >> >> Yes, that does show a view of changes, in sort of a FileMerge format. Not >> sure what the

Re: Refactoring in Xcode 7?

2015-10-06 Thread Carl Hoefs
Odd you should mention this. With Xcode 7.0.1 I can't refactor anything at all. It always comes up with a blank window of changes. -Carl > On Oct 6, 2015, at 12:11 PM, Laurent Daudelin > wrote: > > Is it just me or is refactoring names in Xcode 7 totally broken? It

Re: Refactoring in Xcode 7?

2015-10-06 Thread Carl Hoefs
> On Oct 6, 2015, at 4:33 PM, Quincey Morris > wrote: > > On Oct 6, 2015, at 16:14 , Carl Hoefs > wrote: >> >> With Xcode 7.0.1 I can't refactor anything at all. It always comes up

Re: Refactoring in Xcode 7?

2015-10-06 Thread Quincey Morris
On Oct 6, 2015, at 16:14 , Carl Hoefs wrote: > > With Xcode 7.0.1 I can't refactor anything at all. It always comes up with a > blank window of changes. I just tried Xcode 7.0.1 on an old Obj-C project. What I see is that the change sheet comes up in “Project”

Re: Making two segues to the same view?

2015-10-06 Thread Alex Hall
> On Oct 6, 2015, at 11:42, Geoffrey Goutallier wrote: > > Hello Alex, > > That's not how you do it. > > You have to use an unwind segue, declared in MainView, then drag'n drop from > your button in View 1 or 2 to the 'exit' icon (red) right on top of View 1 > and