<?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: Creating applications in XCode using frameworks</title>
	<atom:link href="http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 00:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Brian Hill</title>
		<link>http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/comment-page-1/#comment-3664</link>
		<dc:creator>Brian Hill</dc:creator>
		<pubDate>Wed, 16 Nov 2011 02:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/394-creating-applications-in-xcode-using-frameworks.html#comment-3664</guid>
		<description>&lt;p&gt;Hi @skinny, I expect you have long since figured this out, but just in case you haven&#039;t, start with this bit of Apple documentation on the Xcode 4 workspace feature, which is a mechanism for grouping related projects (e.g., an app and a framework) into a &quot;container&quot; so that they can share build products and also some build settings: http://developer.apple.com/library/mac/#documentation/IDEs/Conceptual/Xcode4TransitionGuide/ExistingProject/ExistingProject.html#//apple_ref/doc/uid/TP40009984-CH2-SW7&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi @skinny, I expect you have long since figured this out, but just in case you haven&#8217;t, start with this bit of Apple documentation on the Xcode 4 workspace feature, which is a mechanism for grouping related projects (e.g., an app and a framework) into a &#8220;container&#8221; so that they can share build products and also some build settings: <a href="http://developer.apple.com/library/mac/#documentation/IDEs/Conceptual/Xcode4TransitionGuide/ExistingProject/ExistingProject.html#//apple_ref/doc/uid/TP40009984-CH2-SW7" rel="nofollow">http://developer.apple.com/library/mac/#documentation/IDEs/Conceptual/Xcode4TransitionGuide/ExistingProject/ExistingProject.html#//apple_ref/doc/uid/TP40009984-CH2-SW7</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: skinny</title>
		<link>http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/comment-page-1/#comment-2433</link>
		<dc:creator>skinny</dc:creator>
		<pubDate>Sun, 01 May 2011 19:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/394-creating-applications-in-xcode-using-frameworks.html#comment-2433</guid>
		<description>&lt;p&gt;would love to know how to get that done in xcode4 :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>would love to know how to get that done in xcode4 :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Davies</title>
		<link>http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/comment-page-1/#comment-1804</link>
		<dc:creator>Ben Davies</dc:creator>
		<pubDate>Sun, 15 Aug 2010 13:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/394-creating-applications-in-xcode-using-frameworks.html#comment-1804</guid>
		<description>&lt;p&gt;Just a quick correction for the Separate-project frameworks instructions. I found that my project wouldn&#039;t compile correctly because the instructions didn&#039;t state that I should have copied my framework into the &quot;Link Binary With Libraries&quot; build phase on my program. See the following Stack Overflow post:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://stackoverflow.com/questions/3481184/exposing-c-function-from-custom-objective-c-framework&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/3481184/exposing-c-function-from-custom-objective-c-framework&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After doing this, my program compiled correctly. You might want to add this step to your instructions, or explain if this step is not necessary.&lt;/p&gt;

&lt;p&gt;Thanks for the tutorial, it was very helpful!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a quick correction for the Separate-project frameworks instructions. I found that my project wouldn&#8217;t compile correctly because the instructions didn&#8217;t state that I should have copied my framework into the &#8220;Link Binary With Libraries&#8221; build phase on my program. See the following Stack Overflow post:</p>

<p><a href="http://stackoverflow.com/questions/3481184/exposing-c-function-from-custom-objective-c-framework" rel="nofollow">http://stackoverflow.com/questions/3481184/exposing-c-function-from-custom-objective-c-framework</a></p>

<p>After doing this, my program compiled correctly. You might want to add this step to your instructions, or explain if this step is not necessary.</p>

<p>Thanks for the tutorial, it was very helpful!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/comment-page-1/#comment-1306</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Sun, 29 Nov 2009 13:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/394-creating-applications-in-xcode-using-frameworks.html#comment-1306</guid>
		<description>&lt;p&gt;OK – it&#039;s just because my framework was a fresh project without any custom files yet.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK – it&#8217;s just because my framework was a fresh project without any custom files yet.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/comment-page-1/#comment-1305</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Sun, 29 Nov 2009 13:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/394-creating-applications-in-xcode-using-frameworks.html#comment-1305</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;thanks for the tutorial. I followed your instructions, my projects (Main: Accountancy / Framework: HBCI) look like shown on your screenshots – but I end up with the following error when building the main project:&lt;/p&gt;

&lt;p&gt;Ld build/Debug/Accountancy.app/Contents/MacOS/Accountancy normal x86_64
cd /Users/Yves/Software/Accountancy/trunk
setenv MACOSX_DEPLOYMENT_TARGET 10.6
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/Yves/Software/Accountancy/trunk/build/Debug -F/Users/Yves/Software/Accountancy/trunk/build/Debug -filelist /Users/Yves/Software/Accountancy/trunk/build/Accountancy.build/Debug/Accountancy.build/Objects-normal/x86_64/Accountancy.LinkFileList -mmacosx-version-min=10.6 -framework Accountancy -framework Cocoa -o /Users/Yves/Software/Accountancy/trunk/build/Debug/Accountancy.app/Contents/MacOS/Accountancy&lt;/p&gt;

&lt;p&gt;ld: framework not found Accountancy
collect2: ld returned 1 exit status
Command /Developer/usr/bin/gcc-4.2 failed with exit code 1&lt;/p&gt;

&lt;p&gt;Screenshots are here:&lt;/p&gt;

&lt;p&gt;http://yves-vogl.de/wp-content/uploads/2009/11/xcode-screen-1.png
http://yves-vogl.de/wp-content/uploads/2009/11/xcode-screen-2.png&lt;/p&gt;

&lt;p&gt;Thanks in advance :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>thanks for the tutorial. I followed your instructions, my projects (Main: Accountancy / Framework: HBCI) look like shown on your screenshots – but I end up with the following error when building the main project:</p>

<p>Ld build/Debug/Accountancy.app/Contents/MacOS/Accountancy normal x86_64
cd /Users/Yves/Software/Accountancy/trunk
setenv MACOSX_DEPLOYMENT_TARGET 10.6
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/Yves/Software/Accountancy/trunk/build/Debug -F/Users/Yves/Software/Accountancy/trunk/build/Debug -filelist /Users/Yves/Software/Accountancy/trunk/build/Accountancy.build/Debug/Accountancy.build/Objects-normal/x86_64/Accountancy.LinkFileList -mmacosx-version-min=10.6 -framework Accountancy -framework Cocoa -o /Users/Yves/Software/Accountancy/trunk/build/Debug/Accountancy.app/Contents/MacOS/Accountancy</p>

<p>ld: framework not found Accountancy
collect2: ld returned 1 exit status
Command /Developer/usr/bin/gcc-4.2 failed with exit code 1</p>

<p>Screenshots are here:</p>

<p><a href="http://yves-vogl.de/wp-content/uploads/2009/11/xcode-screen-1.png" rel="nofollow">http://yves-vogl.de/wp-content/uploads/2009/11/xcode-screen-1.png</a>
<a href="http://yves-vogl.de/wp-content/uploads/2009/11/xcode-screen-2.png" rel="nofollow">http://yves-vogl.de/wp-content/uploads/2009/11/xcode-screen-2.png</a></p>

<p>Thanks in advance :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tod</title>
		<link>http://atastypixel.com/blog/creating-applications-in-xcode-using-frameworks/comment-page-1/#comment-996</link>
		<dc:creator>Tod</dc:creator>
		<pubDate>Mon, 30 Mar 2009 00:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/394-creating-applications-in-xcode-using-frameworks.html#comment-996</guid>
		<description>&lt;p&gt;Thanks for the great tips.  In particular the tip on header files and the &quot;public&quot; role.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the great tips.  In particular the tip on header files and the &quot;public&quot; role.</p>]]></content:encoded>
	</item>
</channel>
</rss>

