diff options
Diffstat (limited to 'www/analyzer/scan-build.html')
-rw-r--r-- | www/analyzer/scan-build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html index 1db15fe..6c2833e 100644 --- a/www/analyzer/scan-build.html +++ b/www/analyzer/scan-build.html @@ -293,7 +293,7 @@ following things in mind:</p> this as your configuration with Xcode or by passing <tt>-configuration Debug</tt> to <tt>xcodebuild</tt>.</li> <li>Analyze your project using the <tt>Simulator</tt> as your base SDK. It is -possible to analyze your code when targetting the device, but this is much +possible to analyze your code when targeting the device, but this is much easier to do when using Xcode's <i>Build and Analyze</i> feature.</li> <li>Check that your code signing SDK is set to the simulator SDK as well, and make sure this option is set to <tt>Don't Code Sign</tt>.</li> </ul> |