Ios 我想使用jenkins从github构建iphone项目,但发现了一些bug

Ios 我想使用jenkins从github构建iphone项目,但发现了一些bug,ios,xcode,jenkins,Ios,Xcode,Jenkins,我会尝试将方案“testgit”标记为在Xcode中共享。。导航至产品->方案->管理方案 方案-“> 检查依赖项代码签名错误:未找到任何配置文件:未找到未过期的配置文件。代码签名错误:SDK“iOS 8.4”中的产品类型“应用程序”需要代码签名-------------------------------------------2个错误,0个警告(292毫秒)新BUG!!!!我找到了答案 Going to invoke xcodebuild:, scheme: testgit, sdk: ip

我会尝试将方案“testgit”标记为在Xcode中共享。。导航至产品->方案->管理方案

方案-“>


检查依赖项代码签名错误:未找到任何配置文件:未找到未过期的配置文件。代码签名错误:SDK“iOS 8.4”中的产品类型“应用程序”需要代码签名-------------------------------------------2个错误,0个警告(292毫秒)新BUG!!!!我找到了答案
Going to invoke xcodebuild:, scheme: testgit, sdk: iphoneos8.4, project: testgit.xcodeproj, configuration: Release, clean: YES, archive:NO, symRoot: DEFAULT, configurationBuildDir: /Users/Shared/Jenkins/Home/workspace/test12345/build, codeSignIdentity: DEFAULT
[test12345] $ /usr/bin/xcodebuild -scheme testgit -sdk iphoneos8.4 -project testgit.xcodeproj -configuration Release clean build CONFIGURATION_BUILD_DIR=/Users/Shared/Jenkins/Home/workspace/test12345/build
Build settings from command line:
CONFIGURATION_BUILD_DIR = /Users/Shared/Jenkins/Home/workspace/test12345/build
SDKROOT = iphoneos8.4

xcodebuild: error: The project 'testgit' does not contain a scheme named 'testgit'.
Build step 'Xcode' marked build as failure
Sending e-mails to: ww1095@163.com
Finished: FAILURE