Using interface builder to stack views already in a stack crashes Xcode
| Originator: | fcanas | ||
| Number: | rdar://25641751 | Date Originated: | 09-Apr-2016 11:12 AM |
| Status: | Closed | Resolved: | 17-Jun-2016 |
| Product: | Developer Tools | Product Version: | Xcode 7.3 |
| Classification: | Crash/Hang/Data Loss | Reproducible: | Always |
Summary: Trying to create a stack view with the stack button with sibling items already in a stack view crashes Xcode Steps to Reproduce: 1. Create a fresh Mac app with the standard template. 2. In the story board, in the view controller, add a stack view 3. Add a Label to the stack view, and add a text field to the stack view. 4. Select the label and the text field 5. Press the stack button Xcode crashes Expected Results: The intent is to create a horizontal stack (a stack in the other orientation to the first containing stack) of the two views within the vertical stack of the containing stack view. Actual Results: Xcode crashes. Also, if Xcode didn’t crash, I figure IB would make a vertical stack view for consistency. But I really think that nested stack views should alternate orientation by default — this would fit with my use of stack views.
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!