<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SeattleBus Diary: Using CLANG static analyzer with an iPhone project</title>
	<atom:link href="http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/</link>
	<description>Mac, iOS, DevOps, and daily life in Seattle</description>
	<lastBuildDate>Fri, 25 Nov 2011 06:40:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Joe</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-126056</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 08 Mar 2011 17:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-126056</guid>
		<description>It means you don&#039;t have your keys set up for code signing. Go to https://developer.apple.com/ios/manage/overview/, log in with your ADC account, and there&#039;s both instructions and a wizard to help you get that all set up.</description>
		<content:encoded><![CDATA[<p>It means you don&#8217;t have your keys set up for code signing. Go to <a href="https://developer.apple.com/ios/manage/overview/" rel="nofollow">https://developer.apple.com/ios/manage/overview/</a>, log in with your ADC account, and there&#8217;s both instructions and a wizard to help you get that all set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-126027</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Tue, 08 Mar 2011 04:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-126027</guid>
		<description>Check dependencies
Code Sign error: The identity &#039;iPhone Developer&#039; doesn&#039;t match any valid certificate/private key pair in the default keychain
[BEROR]Code Sign error: The identity &#039;iPhone Developer&#039; doesn&#039;t match any valid certificate/private key pair in the default keychain
** BUILD FAILED **
- I got this error, what does it mean.</description>
		<content:encoded><![CDATA[<p>Check dependencies<br />
Code Sign error: The identity &#8216;iPhone Developer&#8217; doesn&#8217;t match any valid certificate/private key pair in the default keychain<br />
[BEROR]Code Sign error: The identity &#8216;iPhone Developer&#8217; doesn&#8217;t match any valid certificate/private key pair in the default keychain<br />
** BUILD FAILED **<br />
- I got this error, what does it mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-92835</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 12 Jun 2009 05:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-92835</guid>
		<description>You should still be able to get Clang open source to function with the current SDK (gcc 4.2). However, I suspect that if you wait until September, the workarounds to get the open source project will be mitigated.</description>
		<content:encoded><![CDATA[<p>You should still be able to get Clang open source to function with the current SDK (gcc 4.2). However, I suspect that if you wait until September, the workarounds to get the open source project will be mitigated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-92818</link>
		<dc:creator>tommy</dc:creator>
		<pubDate>Fri, 12 Jun 2009 01:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-92818</guid>
		<description>It seem that it does not work for sdk 3.0 wrong gcc</description>
		<content:encoded><![CDATA[<p>It seem that it does not work for sdk 3.0 wrong gcc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lionstarr</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-90390</link>
		<dc:creator>lionstarr</dc:creator>
		<pubDate>Mon, 04 May 2009 18:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-90390</guid>
		<description>Hi!
I am trying to get this running. I made sure, that all the steps you suggested are done and I did a xcodebuild clean before running scan-build. Unfortunately, this runs and displays a webpage, which only describes errors related to compiling: Namely: &quot;-miphoneos-version-min=2.2.1 is invalid, expected something like &#039;2.0&#039;.&quot;.
Any Idea, what I can do to make this work for me? I really need help finding my leaks :-)</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I am trying to get this running. I made sure, that all the steps you suggested are done and I did a xcodebuild clean before running scan-build. Unfortunately, this runs and displays a webpage, which only describes errors related to compiling: Namely: &#8220;-miphoneos-version-min=2.2.1 is invalid, expected something like &#8217;2.0&#8242;.&#8221;.<br />
Any Idea, what I can do to make this work for me? I really need help finding my leaks <img src='http://www.rhonabwy.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Image memory at Under The Bridge</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-80447</link>
		<dc:creator>Image memory at Under The Bridge</dc:creator>
		<pubDate>Sat, 03 Jan 2009 04:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-80447</guid>
		<description>[...] for device builds no &#8230; but the simulator uses Intel binaries! Convenient, no? Thanks to this post for explaining to us My workflow after I’ve really worked on the codebase is [...]</description>
		<content:encoded><![CDATA[<p>[...] for device builds no &#8230; but the simulator uses Intel binaries! Convenient, no? Thanks to this post for explaining to us My workflow after I’ve really worked on the codebase is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.rhonabwy.com/wp/2008/10/11/seattlebus-diary-using-clang-static-analyzer-with-an-iphone-project/comment-page-1/#comment-75837</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rhonabwy.com/wp/?p=712#comment-75837</guid>
		<description>Thanks for this! I ran scan-build on my project, but after going after the &quot;low hanging fruit&quot;, I had problems running it again. I would get some build errors that didn&#039;t come with much explanation (and things built just fine with xCode). After running those &quot;rm&quot; commands, it worked great!</description>
		<content:encoded><![CDATA[<p>Thanks for this! I ran scan-build on my project, but after going after the &#8220;low hanging fruit&#8221;, I had problems running it again. I would get some build errors that didn&#8217;t come with much explanation (and things built just fine with xCode). After running those &#8220;rm&#8221; commands, it worked great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

