Automate ‘pod install’ for Xcode Projects: A Guide to Creating a Custom App

<p>In&nbsp;<a href="https://medium.com/@udbhateja/automate-pod-install-for-xcode-part-1-3fbf8bca846c" rel="noopener"><strong><em>Part 1</em></strong></a>&nbsp;of this tutorial, we set the stage for creating a custom application that automates&nbsp;<code>pod install</code>&nbsp;for Xcode projects.<br /> Now, in Part 2, we&rsquo;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&nbsp;<strong>Run Shell Script</strong>&nbsp;window, you&rsquo;ve added the script that automates the &lsquo;pod install&rsquo; process. It&rsquo;s time to test it to ensure it works as expected.</p> <p>2. Click the&nbsp;<strong>Run</strong>&nbsp;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&rsquo;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>
Tags: Custom App