<?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 Archives - AppMakers.Dev</title>
	<atom:link href="https://appmakers.dev/tag/cocoapods/feed/" rel="self" type="application/rss+xml" />
	<link>https://appmakers.dev/tag/cocoapods/</link>
	<description>SwiftUI Tutorials, iOS App Development, SwiftUI, Swift</description>
	<lastBuildDate>Thu, 17 Oct 2024 12:19:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://appmakers.dev/wp-content/uploads/2024/10/cropped-AppMakersDev-32x32.jpg</url>
	<title>CocoaPods Archives - AppMakers.Dev</title>
	<link>https://appmakers.dev/tag/cocoapods/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to remove CocoaPods from Xcode Project</title>
		<link>https://appmakers.dev/how-to-remove-cocoapods-from-xcode-project/</link>
		
		<dc:creator><![CDATA[AppMakers]]></dc:creator>
		<pubDate>Sat, 15 Jun 2019 10:49:33 +0000</pubDate>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[Swift Tutorials]]></category>
		<category><![CDATA[Xcode Tutorials]]></category>
		<category><![CDATA[CocoaPods]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Xcode]]></category>
		<guid isPermaLink="false">https://appmakers.dev/?p=842</guid>

					<description><![CDATA[<p>This is a small tutorial that will help you to remove CocoaPods from Xcode Project. This will not uninstall CocoaPods from your Mac but will help to clear your project from CocoaPods and remove Pods. Follow these steps to remove CocoaPods from Xcode Project. Open terminal on your Mac In terminal navigate to your Xcode&#8230;</p>
<p>The post <a href="https://appmakers.dev/how-to-remove-cocoapods-from-xcode-project/">How to remove CocoaPods from Xcode Project</a> appeared first on <a href="https://appmakers.dev">AppMakers.Dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is a small tutorial that will help you to remove CocoaPods from Xcode Project.</p>
<p>This will not uninstall CocoaPods from your Mac but will help to clear your project from CocoaPods and remove Pods.</p>
<p><strong>Follow these steps to remove CocoaPods from Xcode Project.</strong></p>
<ol>
<li>Open terminal on your Mac<br />
<img decoding="async" class="alignnone size-medium wp-image-843" src="https://appmakers.dev/wp-content/uploads/2019/06/open-terminal-300x194.jpg" alt="" width="300" height="194" srcset="https://appmakers.dev/wp-content/uploads/2019/06/open-terminal-300x194.jpg 300w, https://appmakers.dev/wp-content/uploads/2019/06/open-terminal.jpg 1156w" sizes="(max-width: 300px) 100vw, 300px" /></li>
<li>In terminal navigate to your Xcode Project directory with <strong>cd</strong></li>
<li>In terminal type: <strong><code class="" data-line="">sudo gem install cocoapods-deintegrate cocoapods-clean</code></strong></li>
<li>In terminal type: <strong><code class="" data-line="">pod deintegrate</code></strong></li>
<li>In terminal type: <strong><code class="" data-line="">pod clean</code></strong></li>
<li>In terminal type: <strong><code class="" data-line="">rm Podfile</code></strong></li>
</ol>
<p>Now you should have your Xcode project cleaned from CocoaPods.</p>
<p>Don’t forget to<a href="https://appmakers.dev/subscribe/"> subscribe to AppMakers.Dev mailing list</a> if you love this content and want to stay tuned with recent iOS Development news, tutorials and resources.</p>
<p>The post <a href="https://appmakers.dev/how-to-remove-cocoapods-from-xcode-project/">How to remove CocoaPods from Xcode Project</a> appeared first on <a href="https://appmakers.dev">AppMakers.Dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
