<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>hi, all:</div><div>I used the scan-build which version is checker-275 to scan iOS project ,it can get the 35 bugs , but from the following log, it seems</div><div>that something is  wrong , can anynone give me tip?</div><div> </div><div><!--StartFragment --><div style="color: rgb(136, 0, 0);">
ld: warning: directory not found for option '-L/Users/mqq/hudson/clang_weiyun_ipad/ExFrameworks/Trans/build/Debug'<br>ld: library not found for -lqcloud_trans<br>clang++: error: linker command failed with exit code 1 (use -v to see invocation)<br>Command /Applications/xcode4.6_sdk6.1/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ failed with exit code 1
</div><div style="color: rgb(136, 0, 0);"> </div><div style="color: rgb(255, 0, 0);">And my build script is the following: </div><div> </div><div><!--StartFragment --><div>
<em><strong>if [ -e  report ] ;then<br>rm -r report;<br>fi<br>mkdir report<br>export XCODE_PATH=/Applications/xcode4.6_sdk6.1/Contents/Developer/usr/bin/xcodebuild <br>export CALNG_PATH=/Applications/xcode4.6_sdk6.1/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang<br>export SDK=iphoneos6.1<br>export TARGET=WeiyunHD<br>export CONFIG=Debug<br>$XCODE_PATH -target $TARGET -configuration $CONFIG clean -sdk $SDK<br>/data/checker/scan-build -o report --use-c++=${CALNG_PATH}++ --use-cc=$CALNG_PATH  $XCODE_PATH -target $TARGET -configuration $CONFIG -sdk $SDK
</strong></em></div></div><br>Thanks all.<br> BRs</div><div><div>
<div>Howard Ling </div>
<div>*****************************************************</div>
<div> </div>
<div>E-mail:    <a href="mailto:linghuan713@126.com">linghuan713@126.com</a></div>
<div> </div>
<div>*****************************************************</div></div></div></div>