<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cocoapods &#8211; Cristian Ortega</title>
	<atom:link href="https://corteggo.dev/tag/cocoapods/feed/" rel="self" type="application/rss+xml" />
	<link>https://corteggo.dev</link>
	<description>iOS Developer</description>
	<lastBuildDate>Mon, 11 Aug 2025 15:14:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://corteggo.dev/wp-content/uploads/2023/12/cropped-IMG_9117-32x32.jpg</url>
	<title>cocoapods &#8211; Cristian Ortega</title>
	<link>https://corteggo.dev</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">227446408</site>	<item>
		<title>Using cocoapods-binary to build dependencies only once</title>
		<link>https://corteggo.dev/blog/266/using-cocoapods-binary-to-build-dependencies-only-once/</link>
		
		<dc:creator><![CDATA[Cristian Ortega]]></dc:creator>
		<pubDate>Mon, 31 Jul 2023 16:43:00 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[cocoapods]]></category>
		<guid isPermaLink="false">https://corteggo.dev/?p=266</guid>

					<description><![CDATA[CocoaPods offers a helpful guide to avoid repeatedly building dependencies. It explains...]]></description>
										<content:encoded><![CDATA[
<p>CocoaPods offers a helpful guide to avoid repeatedly building dependencies. It explains <a href="https://guides.cocoapods.org/plugins/pre-compiling-dependencies.html">how to use the cocoapods-binary</a> extension during pod install execution. This extension links prebuilt xcframework or static library binaries to your project instead of actual source codes for each dependency.</p>



<p>Furthermore, it provides granularity, allowing you to specify which dependencies you want to link as binaries and which you still want to keep as source code.</p>



<ol class="wp-block-list">
<li>Add <code>plugin 'cocoapods-binary'</code> to the top of your <code>Podfile</code>.</li>



<li>Add <code>:binary =&gt; true</code> to those dependencies you want to link as a prebuilt binary.</li>



<li>Run <code>pod install</code> again.</li>
</ol>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">266</post-id>	</item>
	</channel>
</rss>
