<?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: Thank you</title>
	<atom:link href="http://www.cloudgoessocial.net/2009/08/28/thank-you/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudgoessocial.net/2009/08/28/thank-you/</link>
	<description>computer, travel, movies, music, cuisine and more</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:40:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: alstar</title>
		<link>http://www.cloudgoessocial.net/2009/08/28/thank-you/comment-page-1/#comment-666</link>
		<dc:creator>alstar</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=214#comment-666</guid>
		<description>the problem im referring to is :

[Session started at 2009-08-30 17:40:42 -0400.]
dyld: Symbol not found: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation


you dont need to re-install mac OSX</description>
		<content:encoded><![CDATA[<p>the problem im referring to is :</p>
<p>[Session started at 2009-08-30 17:40:42 -0400.]<br />
dyld: Symbol not found: _CFXMLNodeGetInfoPtr<br />
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security<br />
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation</p>
<p>you dont need to re-install mac OSX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alstar</title>
		<link>http://www.cloudgoessocial.net/2009/08/28/thank-you/comment-page-1/#comment-665</link>
		<dc:creator>alstar</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=214#comment-665</guid>
		<description>Hey guys,

I&#039;ve been trying to fix the issue billie was getting for the last ~7 hours. I think the error occured because i ran an install of ImageMagik linking to default Apple libraries when it should link to iPhone SDK libraries.

revert the install of ImageMagic by removing all traces from &#039;/usr/local/lib&#039; and &#039;/usr/local/include&#039;

do a &#039;find /usr/local -name &#039;*Magic*&#039; in terminal

Working now.</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I&#8217;ve been trying to fix the issue billie was getting for the last ~7 hours. I think the error occured because i ran an install of ImageMagik linking to default Apple libraries when it should link to iPhone SDK libraries.</p>
<p>revert the install of ImageMagic by removing all traces from &#8216;/usr/local/lib&#8217; and &#8216;/usr/local/include&#8217;</p>
<p>do a &#8216;find /usr/local -name &#8216;*Magic*&#8217; in terminal</p>
<p>Working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud</title>
		<link>http://www.cloudgoessocial.net/2009/08/28/thank-you/comment-page-1/#comment-302</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Fri, 11 Sep 2009 18:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=214#comment-302</guid>
		<description>I&#039;m glad that it is finally all working :) - Enjoy using it!</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad that it is finally all working :) &#8211; Enjoy using it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bille</title>
		<link>http://www.cloudgoessocial.net/2009/08/28/thank-you/comment-page-1/#comment-284</link>
		<dc:creator>bille</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=214#comment-284</guid>
		<description>I&#039;ve finally been able to resolve all problems by reinstalling Mac OSX (and tools) from scratch. I can now run ImageMagick on the iPhone Simulator.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve finally been able to resolve all problems by reinstalling Mac OSX (and tools) from scratch. I can now run ImageMagick on the iPhone Simulator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud</title>
		<link>http://www.cloudgoessocial.net/2009/08/28/thank-you/comment-page-1/#comment-240</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Fri, 04 Sep 2009 06:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=214#comment-240</guid>
		<description>That&#039;s my fault, I left there that line to save the image to the desktop because I was doing some tests, comment them out:&lt;br /&gt;
[code lang=&quot;cpp&quot;]
const char * filename= “/Users/cloud/Desktop/testimage.tif”;
status = MagickWriteImage(magick_wand, filename);
[/code]</description>
		<content:encoded><![CDATA[<p>That&#8217;s my fault, I left there that line to save the image to the desktop because I was doing some tests, comment them out:</p>
<pre class="brush: cpp; title: ; notranslate">
const char * filename= “/Users/cloud/Desktop/testimage.tif”;
status = MagickWriteImage(magick_wand, filename);
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

