嘿我想用Xcode机器人运行oclint。 目前我正在做的是运行oclint作为后期构建运行脚本。 但它始终无法找到配置文件。
这就是我正在做的事情
xcodebuild -target MyTarget -configuration Debug clean build | tee xcodebuild.log
oclint-xcodebuild
oclint-json-compilation-database -- -max-priority-1 99999 -max-priority-2 99999 -max-priority-3 99999
这是我从xcode bot获得的输出
[BEROR]Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “6F753CA0-4435-40FF-B2F4-15B64D0F7AEE”, however, no such provisioning profile was found.
[BEROR]CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'
虽然没有oclint的正常构建工作正常。
答案 0 :(得分:0)
我遇到了这个错误,如果您将配置文件切换为自动,它将在Xcode Bot上成功构建。但是,这可能无法用于实际构建您的项目,但它应该让机器人为您工作以验证它没有其他问题。