Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 获取错误xcodebuild已退出,状态为6_Objective C_Xcode_Xcode Server_Xcode Tools - Fatal编程技术网

Objective c 获取错误xcodebuild已退出,状态为6

Objective c 获取错误xcodebuild已退出,状态为6,objective-c,xcode,xcode-server,xcode-tools,Objective C,Xcode,Xcode Server,Xcode Tools,运行返回此警告的测试机器人,但不创建可安装的产品。有人知道这种身份意味着什么吗 这是生成错误: `xcodebuild[98753:3595809] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-9548.1/IDEFoundation/Distribution/IDEDistributionMethodStep.m:123 De

运行返回此警告的测试机器人,但不创建可安装的产品。有人知道这种身份意味着什么吗

这是生成错误:

`xcodebuild[98753:3595809] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-9548.1/IDEFoundation/Distribution/IDEDistributionMethodStep.m:123
Details:  Assertion failed: contentPath
Object:   <IDEDistributionMethodStep>
Method:   +distributionMethodForSameAsArchive:contentPath:task:logAspect:
Thread:   <NSThread: 0x7fa7a9d157f0>{number = 1, name = main}
Hints: None
Backtrace:
  0  0x000000010a6dcacd -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
  1  0x000000010a6dc601 _DVTAssertionHandler (in DVTFoundation)
  2  0x000000010a6dc818 _DVTAssertionFailureHandler (in DVTFoundation)
  3  0x000000010a6dc77a _DVTAssertionFailureHandler (in DVTFoundation)
  4  0x000000010ac49f04 +[IDEDistributionMethodStep distributionMethodForSameAsArchive:contentPath:task:logAspect:] (in IDEFoundation)
  5  0x000000010ac49320 -[IDEDistributionMethodStep loadFromPropertyList:error:] (in IDEFoundation)
  6  0x000000010adb7f2f -[IDEDistributionDriver runWithDestinationPath:error:] (in IDEFoundation)
  7  0x000000010b3e417b -[Xcode3CommandLineBuildTool _distributeArchiveAndExit] (in Xcode3Core)
  8  0x000000010b3e7a78 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
  9  0x000000010a4a5931 (in xcodebuild)
 10  0x00007fff946d95ad start (in libdyld.dylib)`
`xcodebuild[98753:3595809][MT]DVTAssertions:ASSERTION FAILURE in/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-9548.1/IDEFoundation/Distribution/IDEDistributionMethodStep.m:123
详细信息:断言失败:contentPath
对象:
方法:+distributionMethodForSameAsArchive:contentPath:task:logAspect:
线程:{number=1,name=main}
提示:无
回溯:
0 0x000000010a6dcacd-[DVTAssertionHandler handleFailureInMethod:对象:文件名:行号:断言签名:消息格式:参数:](在DVTFoundation中)
1 0x000000010a6dc601\u DVTAssertionHandler(位于DVT地基中)
2 0x000000010a6dc818\u DVTAssertionFailureHandler(在DVTFoundation中)
3 0x000000010a6dc77a\U DVTAssertionFailureHandler(在DVTFoundation中)
4 0x000000010ac49f04+[IDEDistributionMethodStep distributionMethodForSameAsArchive:contentPath:task:logAspect:(在IDEFoundation中)
5 0x000000010ac49320-[IDEDistributionMethodStep loadFromPropertyList:错误:](在IDEFoundation中)
6 0x000000010adb7f2f-[IDEDistributionDriver runWithDestinationPath:错误:](在IDEFoundation中)
7 0x000000010b3e417b-[Xcode3CommandLineBuildTool\u distributeArchiveAndExit](在Xcode3Core中)
8 0x000000010b3e7a78-[Xcode3CommandLineBuildTool运行](在Xcode3Core中)
9 0x000000010a4a5931(在Xcode构建中)
10 0x00007fff946d95ad启动(在libdyld.dylib中)`

我也有同样的问题。我的应用程序链接到一个.framework,我的framework将
SKIP_INSTALL
build设置设置为
YES
。将其更改为
修复了它