Ios Xcode 7.0测试版:-ibtool失败,退出代码255

Ios Xcode 7.0测试版:-ibtool失败,退出代码255,ios,xcode,Ios,Xcode,全部,, 尝试在xcode 7.0 Beta版上以免费预览的形式运行现有项目。我得到下面的错误,任何想法,我如何才能摆脱这个。 错误堆栈 2015-06-26 14:16:16.042 ibtoold[16859:662960] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEInterfaceBuilder-8121.17/Interfac

全部,, 尝试在xcode 7.0 Beta版上以免费预览的形式运行现有项目。我得到下面的错误,任何想法,我如何才能摆脱这个。 错误堆栈

2015-06-26 14:16:16.042 ibtoold[16859:662960] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEInterfaceBuilder-8121.17/InterfaceBuilderKit/Document/Platform/IBIdiom.m:105
Details:  Assertion failed: !
Object:   <IBIPadIdiom: 0x7f8f53e1cb50>
Method:   -filePathWithTargetDeviceSuffixForBaseFilePath:
Thread:   <NSThread: 0x7f8f53c09d80>{number = 1, name = main}
Hints: None
Backtrace:
  0  0x0000000104ba2ff9 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
  1  0x0000000104ba2b2d _DVTAssertionHandler (in DVTFoundation)
  2  0x0000000104ba2d44 _DVTAssertionFailureHandler (in DVTFoundation)
  3  0x0000000104ba2ca6 _DVTAssertionFailureHandler (in DVTFoundation)
  4  0x0000000105c972b5 -[IBIdiom filePathWithTargetDeviceSuffixForBaseFilePath:] (in IDEInterfaceBuilderKit)
  5  0x000000010f8e6904 (in IDEInterfaceBuilderCocoaTouchIntegration)
  6  0x0000000105b66866 -[IBDocument finishCompilingWithOutputPath:options:error:] (in IDEInterfaceBuilderKit)
  7  0x0000000104961ff6 (in ibtoold)
  8  0x00000001049644dc (in ibtoold)
  9  0x0000000104967f15 (in ibtoold)
 10  0x00000001049685c9 (in ibtoold)
 11  0x00000001049684a0 (in ibtoold)
 12  0x0000000104957bab (in ibtoold)
 13  0x0000000104967b0a (in ibtoold)
 14  0x0000000104966d6f (in ibtoold)
 15  0x00007fff890825c9 start (in libdyld.dylib)
Command /Applications/Xcode-beta.app/Contents/Developer/usr/bin/ibtool failed with exit code 255
2015-06-26 14:16:16.042 ibtoold[16859:662960][MT]DVTAssertions:ASSERTION FAILURE in/Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEInterfaceBuilder-8121.17/interfacebuilder-kit/Document/Platform/IBIdiom.m:105
详细信息:断言失败:!
对象:
方法:-filePathWithTargetDeviceSuffixForBaseFilePath:
线程:{number=1,name=main}
提示:无
回溯:
0 0x0000000104ba2ff9-[DVTAssertionHandler handleFailureInMethod:对象:文件名:行号:断言签名:消息格式:参数:](在DVTFoundation中)
1 0x0000000104ba2b2d_DVTAssertionHandler(位于DVT地基中)
2 0x0000000104ba2d44\U DVTAssertionFailureHandler(位于DVT地基中)
3 0x0000000104ba2ca6_DVTAssertionFailureHandler(在DVTFoundation中)
4 0x0000000105c972b5-[IBIdiom文件路径与TargetDeviceSuffix基本文件路径:](在IDEInterfaceBuilderKit中)
5 0x000000010f8e6904(在IDEInterfaceBuilderCoCatouch集成中)
6 0x0000000105b66866-[IBDocument finishCompilingWithOutputPath:选项:错误:](在IDEInterfaceBuilderKit中)
7 0x0000000104961ff6(在ibtoold中)
8 0x00000001049644dc(在ibtoold中)
9 0x0000000104967f15(在ibtoold中)
10 0x00000001049685c9(在ibtoold中)
11 0x00000001049684a0(在ibtoold中)
12 0x0000000104957bab(在ibtoold中)
13 0x0000000104967b0a(在ibtoold中)
14 0x0000000104966d6f(在ibtoold中)
15 0x00007fff890825c9启动(在libdyld.dylib中)
命令/Applications/Xcode-beta.app/Contents/Developer/usr/bin/ibtool失败,退出代码为255

您可能在文件名中使用了“~”。Xcode 7中的ibtool显然无法读取包含“~”的文件。

我也遇到了类似的问题

我通过检查我的故事板上的“循环片段”来解决这个问题

我不相信你应该在WatchKit上这样做,或者这可能是测试版中的一个bug

我有来自视图1、2、3、4的片段,最后一个片段来自视图4-1

从视图4到1删除segue导致此错误消失