<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: sz ashik</title>
    <description>The latest articles on Forem by sz ashik (@szashik440).</description>
    <link>https://forem.com/szashik440</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F233593%2Fcf6edbca-2780-4416-89d8-49c03e9403bf.jpeg</url>
      <title>Forem: sz ashik</title>
      <link>https://forem.com/szashik440</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/szashik440"/>
    <language>en</language>
    <item>
      <title>Running app on iOS13/13.1.1 Device from XCODE 10.2</title>
      <dc:creator>sz ashik</dc:creator>
      <pubDate>Sat, 21 Sep 2019 11:43:31 +0000</pubDate>
      <link>https://forem.com/szashik440/running-app-on-ios13-device-from-xcode-10-2-lbh</link>
      <guid>https://forem.com/szashik440/running-app-on-ios13-device-from-xcode-10-2-lbh</guid>
      <description>&lt;p&gt;iOS 13 is here along with XCODE 11. &lt;em&gt;Hurrah!!!!!!&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuoxaqnbcpy92ntezsrop.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuoxaqnbcpy92ntezsrop.gif"&gt;&lt;/a&gt;&lt;br&gt;
With exciting dark theme on iOS and got full blown &lt;a href="https://developer.apple.com/documentation/swiftui" rel="noopener noreferrer"&gt;SwiftUI&lt;/a&gt; within hand, I just pumped up and went to get Xcode 11. But wait!! You need macOS Catalina(10.15) and it's on beta. I don't want to make my hand down to beta version. So I just retain myself from that and went back to my old Xcode 10.2.&lt;br&gt;
When I plug my device and build one of my current project, Xcode starts screaming with "Could not locate device support files".&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FVt1KsQB.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FVt1KsQB.png"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Hmmm, bummer.&lt;/em&gt; Now should I download &lt;a href="https://developer.apple.com/download/" rel="noopener noreferrer"&gt;Xcode 11 GM seed 2&lt;/a&gt;? It's nearly 7.1GB and it will take hours to download with my slow internet. So I start looking for any solution on &lt;a href="https://stackoverflow.com" rel="noopener noreferrer"&gt;SO&lt;/a&gt; and found one to run app into my iOS 13 device with Xcode 10.2.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Download DeviceSupport file for 13.0 from &lt;a href="https://github.com/iGhibli/iOS-DeviceSupport/blob/master/DeviceSupport/13.0.zip" rel="noopener noreferrer"&gt;this repo&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download DeviceSupport file for 13.1/13.1.1 from &lt;a href="https://github.com/filsv/iPhoneOSDeviceSupport/blob/master/13.1%20(17A5821e).zip" rel="noopener noreferrer"&gt;this repo&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Unzip and rename the folder with &lt;code&gt;13.0 (17A5508m)&lt;/code&gt; (&lt;code&gt;13.1&lt;/code&gt; for &lt;code&gt;13.1&lt;/code&gt;/&lt;code&gt;13.1.1&lt;/code&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Go to DeviceSupport folder of Xcode &lt;br&gt;
(open finder -&amp;gt; press cmd+shift+G -&amp;gt; &lt;code&gt;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport&lt;/code&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Paste &lt;code&gt;13.0 (17A5508m)&lt;/code&gt; folder there.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Restart Xcode.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now run your project and &lt;em&gt;Voilà!!&lt;/em&gt; it's running on your iOS 13 device. &lt;br&gt;
&lt;a href="https://i.giphy.com/media/6s1hcLp1VQzTSRu7Jl/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/6s1hcLp1VQzTSRu7Jl/giphy.gif" alt="Yey"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ios</category>
      <category>xcode</category>
      <category>swift</category>
    </item>
  </channel>
</rss>
