• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ios - Jenkins 在编译 .xib 时失败

[复制链接]
菜鸟教程小白 发表于 2022-12-12 09:06:45 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我正在使用 Jenkins 构建一个 iPad 应用程序,但在编译单个 .xib 时它始终失败。该应用程序在 XCode 中编译得非常好。 Jenkins 日志中失败的部分是:

    CompileXIB Runner/Controllers/UserProfileCoTravelerIndividualViewController.xib
    cd /var/jenkins/.jenkins/jobs/Runner/workspace
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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/usr/bin/ibtool --errors --warnings --notices --minimum-deployment-target 5.1 --output-format human-readable-text --compile /var/jenkins/.jenkins/jobs/Runner/workspace/build/Release-iphoneos/Runner.app/UserProfileCoTravelerIndividualViewController.nib /var/jenkins/.jenkins/jobs/Runner/workspace/Runner/Controllers/UserProfileCoTravelerIndividualViewController.xib
2014-04-02 12:18:42.884 ibtoold[37071:507] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-5038/InterfaceBuilder/WidgetIntegration/SimulatedMetrics/IBUISimulatedSizeMetrics.m:33
Details:  (initialTargetRuntime) should not be nil.
Object:   <IBUIFixedSimulatedSizeMetrics: 0x7fb6a480ae70>
Method:   -initWithTargetRuntime:
Thread:   <NSThread: 0x7fb6a1d05fb0>{name = (null), num = 1}
Hints: None
Backtrace:
  0  0x0000000104a5dd51 -[DVTAssertionHandler handleFailureInMethodbject:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
  1  0x0000000104a5d7a9 _DVTAssertionHandler (in DVTFoundation)
  2  0x0000000104a5da8f _DVTAssertionFailureHandler (in DVTFoundation)
  3  0x0000000109cb67c0 (in IDEInterfaceBuilderCocoaTouchIntegration)
  4  0x0000000109cb7047 (in IDEInterfaceBuilderCocoaTouchIntegration)
  5  0x0000000109cb734a (in IDEInterfaceBuilderCocoaTouchIntegration)
  6  0x0000000109cffc4e (in IDEInterfaceBuilderCocoaTouchIntegration)
  7  0x0000000109cff682 (in IDEInterfaceBuilderCocoaTouchIntegration)
  8  0x0000000109d0033c (in IDEInterfaceBuilderCocoaTouchIntegration)
  9  0x0000000109ca23c8 (in IDEInterfaceBuilderCocoaTouchIntegration)
 10  0x0000000103af2b0c -[IBXMLDecoder deserializeObject:fromXMLElement:] (in IDEInterfaceBuilderKit)
 11  0x0000000103af37f2 __36-[IBXMLDecoder objectForXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 12  0x0000000103af344f -[IBXMLDecoder invokeRestoringDecodingStack:] (in IDEInterfaceBuilderKit)
 13  0x0000000103af35f9 -[IBXMLDecoder objectForXMLElement:] (in IDEInterfaceBuilderKit)
 14  0x0000000103af2681 __48-[IBXMLDecoder deserializeArray:fromXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 15  0x0000000103cc3c3a -[IBXMLDecoderAbstractObjectElement enumerateElements:] (in IDEInterfaceBuilderKit)
 16  0x0000000103af2607 -[IBXMLDecoder deserializeArray:fromXMLElement:] (in IDEInterfaceBuilderKit)
 17  0x0000000103af37f2 __36-[IBXMLDecoder objectForXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 18  0x0000000103af344f -[IBXMLDecoder invokeRestoringDecodingStack:] (in IDEInterfaceBuilderKit)
 19  0x0000000103af35f9 -[IBXMLDecoder objectForXMLElement:] (in IDEInterfaceBuilderKit)
 20  0x0000000103b705e6 -[IBObjectRecord initWithCoder:] (in IDEInterfaceBuilderKit)
 21  0x0000000103af2b0c -[IBXMLDecoder deserializeObject:fromXMLElement:] (in IDEInterfaceBuilderKit)
 22  0x0000000103af37f2 __36-[IBXMLDecoder objectForXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 23  0x0000000103af344f -[IBXMLDecoder invokeRestoringDecodingStack:] (in IDEInterfaceBuilderKit)
 24  0x0000000103af35f9 -[IBXMLDecoder objectForXMLElement:] (in IDEInterfaceBuilderKit)
 25  0x0000000103af2681 __48-[IBXMLDecoder deserializeArray:fromXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 26  0x0000000103cc3c3a -[IBXMLDecoderAbstractObjectElement enumerateElements:] (in IDEInterfaceBuilderKit)
 27  0x0000000103af2607 -[IBXMLDecoder deserializeArray:fromXMLElement:] (in IDEInterfaceBuilderKit)
 28  0x0000000103af37f2 __36-[IBXMLDecoder objectForXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 29  0x0000000103af344f -[IBXMLDecoder invokeRestoringDecodingStack:] (in IDEInterfaceBuilderKit)
 30  0x0000000103af35f9 -[IBXMLDecoder objectForXMLElement:] (in IDEInterfaceBuilderKit)
 31  0x000000010493ac46 -[DVTMutableOrderedSet initWithCoder:] (in DVTFoundation)
 32  0x0000000103af2b0c -[IBXMLDecoder deserializeObject:fromXMLElement:] (in IDEInterfaceBuilderKit)
 33  0x0000000103af37f2 __36-[IBXMLDecoder objectForXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 34  0x0000000103af344f -[IBXMLDecoder invokeRestoringDecodingStack:] (in IDEInterfaceBuilderKit)
 35  0x0000000103af35f9 -[IBXMLDecoder objectForXMLElement:] (in IDEInterfaceBuilderKit)
 36  0x0000000103b5f664 -[IBObjectContainer decodeObjectsWithCoder:] (in IDEInterfaceBuilderKit)
 37  0x0000000103b6123d -[IBObjectContainer initWithCoder:] (in IDEInterfaceBuilderKit)
 38  0x0000000103af2b0c -[IBXMLDecoder deserializeObject:fromXMLElement:] (in IDEInterfaceBuilderKit)
 39  0x0000000103af37f2 __36-[IBXMLDecoder objectForXMLElement:]_block_invoke (in IDEInterfaceBuilderKit)
 40  0x0000000103af344f -[IBXMLDecoder invokeRestoringDecodingStack:] (in IDEInterfaceBuilderKit)
 41  0x0000000103af35f9 -[IBXMLDecoder objectForXMLElement:] (in IDEInterfaceBuilderKit)
 42  0x0000000103a9ea98 -[IBDocument decodeDocumentOfType:withCoder:] (in IDEInterfaceBuilderKit)
 43  0x0000000109ca67b7 (in IDEInterfaceBuilderCocoaTouchIntegration)
 44  0x0000000103a9f5d8 -[IBDocument decodeContentFileWrapper:fileDataType:typeName:decodingStyle:error:] (in IDEInterfaceBuilderKit)
 45  0x0000000103a9fad9 -[IBDocument readFromFileWrapperfType:error:] (in IDEInterfaceBuilderKit)
 46  0x0000000109ca69ac (in IDEInterfaceBuilderCocoaTouchIntegration)
 47  0x0000000109cab455 (in IDEInterfaceBuilderCocoaTouchIntegration)
 48  0x0000000109ca6909 (in IDEInterfaceBuilderCocoaTouchIntegration)
 49  0x00007fff85a87098 -[NSDocument readFromURLfType:error:] (in AppKit)
 50  0x0000000103a97027 __39-[IBDocument readFromURLfType:error:]_block_invoke (in IDEInterfaceBuilderKit)
 51  0x0000000103ace04f -[IBDocument invokeWithUndoSuppressed:] (in IDEInterfaceBuilderKit)
 52  0x0000000103a96d4f -[IBDocument readFromURLfType:error:] (in IDEInterfaceBuilderKit)
 53  0x000000010388cb32 (in ibtoold)
 54  0x0000000103887e76 (in ibtoold)
 55  0x000000010388e3ad (in ibtoold)
 56  0x0000000103898b65 (in ibtoold)
 57  0x00000001038990c0 (in ibtoold)
 58  0x0000000103898f90 (in ibtoold)
 59  0x00000001038973e7 (in ibtoold)
 60  0x00000001038987b7 (in ibtoold)
 61  0x0000000103897d6e (in ibtoold)
 62  0x00007fff8152b5fd start (in libdyld.dylib)

** BUILD FAILED **

The following build commands failed:
  CompileXIB Runner/Controllers/UserProfileMyAccountMyDetailsViewController.xib
(1 failure)

Build step 'Xcode' marked build as failure
Archiving artifacts
Finished: FAILURE

我尝试在创建新版本之前将 Jenkins 设置为清理。任何想法为什么会发生这种故障?



Best Answer-推荐答案


在我的例子中,我在 .xcodeproj 中导入了两次 xib 文件

使用 Sublime Text 打开 .xcodeproj(例如)。并查找您的文件。如果在导入时出现 2 次,请删除其中一行(注意不要删除其他任何内容)。

看看这是否能解决您的问题。

关于ios - Jenkins 在编译 .xib 时失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22817606/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap