打开故事板时,Xcode 5意外退出

时间:2014-07-23 16:41:11

标签: ios xcode storyboard

基本上,我从存储库中检出并尝试打开main.storyboard,但Xcode 5意外退出。在另一台运行Mavericks和Xcode 5.1.1的iMac上,我可以打开故事板。实际上没有使用自定义字体。这是问题报告的详细信息:http://pastebin.com/1Juq0qFz

我做了清洁,重建,也失败了。这是错误:

Interface Builder Storyboard
    CompileStoryboard beeMessengeriOS/Base.lproj/Main.storyboard
        cd /Users/ngfajar/Documents/BeeMessengerIOS
        export IBSC_MINIMUM_COMPATIBILITY_VERSION=6.1
        export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
        export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --minimum-deployment-target 6.1 --output-format human-readable-text --compile /Users/ngfajar/Library/Developer/Xcode/DerivedData/beeMessengeriOS-dimmqnsrturiuiacmvcnorauhifs/Build/Products/Debug-iphonesimulator/beeMessengeriOS.app/Base.lproj/Main.storyboardc /Users/ngfajar/Documents/BeeMessengerIOS/beeMessengeriOS/Base.lproj/Main.storyboard

    Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255

我的VMWare使用Xcode 5.1.1运行Mountain Lion 10.8.4。解决这个问题的方法是什么?

修改

我发现Main.Storyboard在Build Phases>中变成了红色。复制捆绑资源

1 个答案:

答案 0 :(得分:3)

以下步骤修复了:

  1. 打开故事板作为源代码
  2. 删除此appearanceType =“aqua”
  3. 保存,重新打开Xcode,瞧!