Re: Xcode 7.1b3 isn't checking return types

2015-10-21 Thread Jens Alfke

> On Oct 20, 2015, at 6:31 PM, Rick Mann  wrote:
> 
> Ugh. Precisely the type of regression that should've been caught by an 
> automated test. Assuming it's not something in your project, that is ;-)

I know! I added a note to that effect in the bug report, trying not to make it 
sound too snide. It’s weird, because I know that compilers have huge automated 
test suites, and this is such an obvious thing to test for. (Especially since I 
filed a very similar bug report about five years ago.)

I thought it was something messed up with the build settings of the project I 
was working on, so I replicated it in several of my other projects and then 
with a command-line invocation of clang.

—Jens ___
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list  (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

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

Add a dependancy to a framework in a workspace file?

2015-10-21 Thread Dave
Hi,

Xcode 7.0.1.


I have a Workspace file with two projects in it, one builds a framework and one 
builds an app that uses it. 

When I set this up, I dragged the built .framework file from the Framework 
project (in Xcode) into the App Project inside the same workspace file. This 
worked ok, in that when I tried to build the App it would also build the 
framework if it was out of date.

I checked out the code on another machine and when I tried to build it I get an 
error saying the Framework file didn’t exist (the File Path was on the original 
machine), I changed file reference in XCode to be Relative to Project but it 
still didn't find the framework file. I tried deleting the reference to it in 
the App project and then tried dragging the .framework file from the Framework 
Project into the App Project in the Workspace, but this won’t work, it won’t 
accept the drop.

So, my question is, how to I setup a workspace with two projects as described 
above and have the framework file built when the app is built if its out of 
date?

Thanks a lot
Dave


 ___
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list  (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

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

Re: Can't swap two items in storyboard outline table

2015-10-21 Thread dangerwillrobinsondanger
Are you able to arrange them in the sidebar of Interface Builder that presents 
the document as a tree of nodes?
(As opposed to the more visual layout area)

Sent from my iPhone

> On Oct 21, 2015, at 11:40 AM, Alex Hall  wrote:
> 
> Hi list,
> I have a vertical stack view, so I need its items in a certain order. The 
> last two items, though, refuse to swap places; I have a label and then a 
> switch, but I want the switch to come before the label. Usually, I'd lock the 
> mouse down on the invisible button to the right of the item to be moved, 
> navigate to the button of the item before which I want to place the item 
> being moved, and release the mouse. (For anyone new, I'm using VoiceOver for 
> all this, so the process is different from normal.)
> 
> What's happening, though, is that the switch and label simply won't move. 
> I've dragged the switch up and dropped it on the label, which should put it 
> before the label. I've dragged the label down to the switch, not that I 
> expected that to work. I've even tried the same things on a second label 
> before the label in question, but that fails too. Are there other ways to 
> accomplish this with a keyboard, or even a mouse? Is there something special 
> about this switch being the last item in the stack view that causes things to 
> work differently? Thanks in advance. While I wait, I'm going to submit an 
> enhancement request for cmd-up and cmd-down to move things in the outline 
> table. That would be so, so much easier than all this dragging!
> 
> --
> Have a great day,
> Alex Hall
> mehg...@icloud.com
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list  (Xcode-users@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/xcode-users/dangerwillrobinsondanger%40gmail.com
> 
> This email sent to dangerwillrobinsondan...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list  (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

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

Re: Can't swap two items in storyboard outline table

2015-10-21 Thread Alex Hall

> On Oct 21, 2015, at 05:46, dangerwillrobinsondan...@gmail.com wrote:
> 
> Are you able to arrange them in the sidebar of Interface Builder that 
> presents the document as a tree of nodes?
> (As opposed to the more visual layout area)

Yes, that's what VoiceOver calls the "outline table". The visual layout next to 
that table is utterly useless with VO. I can usually drag things around the 
table just fine, but I wasn't able to swap those two items. Eventually, I 
selected the label and the switch, then dragged up. I still have no clue how, 
but that did the job. I'd still like to know how this process works, in case 
this happens again.
> 
> Sent from my iPhone
> 
>> On Oct 21, 2015, at 11:40 AM, Alex Hall  wrote:
>> 
>> Hi list,
>> I have a vertical stack view, so I need its items in a certain order. The 
>> last two items, though, refuse to swap places; I have a label and then a 
>> switch, but I want the switch to come before the label. Usually, I'd lock 
>> the mouse down on the invisible button to the right of the item to be moved, 
>> navigate to the button of the item before which I want to place the item 
>> being moved, and release the mouse. (For anyone new, I'm using VoiceOver for 
>> all this, so the process is different from normal.)
>> 
>> What's happening, though, is that the switch and label simply won't move. 
>> I've dragged the switch up and dropped it on the label, which should put it 
>> before the label. I've dragged the label down to the switch, not that I 
>> expected that to work. I've even tried the same things on a second label 
>> before the label in question, but that fails too. Are there other ways to 
>> accomplish this with a keyboard, or even a mouse? Is there something special 
>> about this switch being the last item in the stack view that causes things 
>> to work differently? Thanks in advance. While I wait, I'm going to submit an 
>> enhancement request for cmd-up and cmd-down to move things in the outline 
>> table. That would be so, so much easier than all this dragging!
>> 
>> --
>> Have a great day,
>> Alex Hall
>> mehg...@icloud.com
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Xcode-users mailing list  (Xcode-users@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/xcode-users/dangerwillrobinsondanger%40gmail.com
>> 
>> This email sent to dangerwillrobinsondan...@gmail.com


--
Have a great day,
Alex Hall
mehg...@icloud.com


 ___
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list  (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

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