Automate ‘pod install’ for Xcode Projects: A Guide to Creating a Custom App
<p>In <a href="https://medium.com/@udbhateja/automate-pod-install-for-xcode-part-1-3fbf8bca846c" rel="noopener"><strong><em>Part 1</em></strong></a> of this tutorial, we set the stage for creating a custom application that automates <code>pod install</code> for Xcode projects.<br />
Now, in Part 2, we’ll complete the process, making your custom app functional and ready to use.</p>
<h2>Step 5: Test the Script</h2>
<p>1. In the <strong>Run Shell Script</strong> window, you’ve added the script that automates the ‘pod install’ process. It’s time to test it to ensure it works as expected.</p>
<p>2. Click the <strong>Run</strong> button at the top-right corner of the Automator app to execute the script.</p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*fDBqUG1fiHBgK-GZKT_ZCA.png" style="height:280px; width:700px" /></p>
<p>Run Button</p>
<p>3. Wait for the script to execute. You’ll see a loader indicating that the script is running.</p>
<p><a href="https://udbhateja.medium.com/automate-pod-install-for-xcode-projects-part-2-df060e5883a9"><strong>Learn More</strong></a></p>