我是Swift的新手,刚开始使用Xcode 6.1.1上的第一个项目(我在PC上运行mac 10.9.5)。 创建新项目后,单击Main.Storyboard时会收到该错误消息:
Interface Builder无法确定" Main.storyboard"
的类型然后我展示了Main.Storyboard背后的代码并找到了奇怪的代码: utf-8; 1342179841.0
utf-8;1342179841.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
检查其他文件后,我在文件开头遇到同样的问题:
UTF-8; 1342179841.0
那么我的Xcode或我的系统环境有什么问题?你能告诉我如何解决这个问题。非常感谢你!
答案 0 :(得分:0)
您是否可以添加新界面并检查新文件。您的Xcode版本也存在一些问题,请安装它的最新版本。
最新版本现在是Xcode 6.3.2。