Xcode GUI设计:在Yosemite中打开El Capitan Storyboard文件

时间:2016-08-04 14:58:18

标签: xcode osx-elcapitan xcode-storyboard

是否可以在OS X El Capitan 10.11中创建基于故事板的应用程序,并在Yosemite 中使用相同的xCode版本(7.3.1)打开它

我收到以下警告:

Xcode warning when opening 10.11 storyboard in 10.10

我尝试更改文件检查器中的设置 - 没有运气。 Build for设置为部署目标10.9'然后打开Xcode 7'

有没有人处理过这种情况?

更新:这似乎与堆栈视图有关...如果我删除所有堆栈视图,.storyboard文件将不再具有如下所示的标记。

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
    <dependencies>
        <deployment version="1090" identifier="macosx"/>
        <development version="7000" identifier="xcode"/>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
        <capability name="stacking Non-gravity area distributions on NSStackView" minToolsVersion="7.0" minSystemVersion="10.11"/>
    </dependencies>
    ...

我不理解这种行为:如果不完全支持堆栈视图或者不像早期操作系统版本那样行事,那么当我选择&#34;部署目标10.9时,至少应该发出警告&#34 ;!更好的是,如果是这样的话,Xcode应该完全禁用堆栈视图!

0 个答案:

没有答案