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ボットから取得した出力です
[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 のない通常のビルドは問題なく動作しますが。