<?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>DEV Community: Gag Labs</title>
    <description>The latest articles on DEV Community by Gag Labs (@gaglabs).</description>
    <link>https://dev.to/gaglabs</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2922076%2F9fe3a918-8ae9-4061-81e2-9ac1d17601b6.png</url>
      <title>DEV Community: Gag Labs</title>
      <link>https://dev.to/gaglabs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gaglabs"/>
    <language>en</language>
    <item>
      <title>Scheme Bug</title>
      <dc:creator>Gag Labs</dc:creator>
      <pubDate>Fri, 07 Mar 2025 23:06:57 +0000</pubDate>
      <link>https://dev.to/gaglabs/scheme-bug-4pk3</link>
      <guid>https://dev.to/gaglabs/scheme-bug-4pk3</guid>
      <description>&lt;p&gt;Ive been struggling with this problem for a few days and its mind boggling. I started a fresh project with the basics. All i have is a simple App.js file and thats it. Cleaning and Building in xcode works fine. The issue is when i run &lt;code&gt;npx react-native run-ios&lt;/code&gt; it tells me: &lt;br&gt;
"Could not find scheme TestApp. Please make sure the schema you want to run exists. Available schemas are: TestApp'. It says it has this ' at the end of the name. But when i search Xcode Schemes, it says there is no TestApp' anywhere, Only TestApp. and when i run&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;xcodebuild -list -workspace ios/TestApp.xcworkspace
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It shows that there is indeed only Test App:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -list -project ios/TestApp.xcodeproj

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Information about project "TestApp":
    Targets:
        TestApp

    Build Configurations:
        Debug
        Release

    If no build configuration is specified and -scheme is not passed then "Release" is used.

    Schemes:
        TestApp

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;So im a bit lost as to why this is telling me theres some misspelling or something going on where there indeed isnt??&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>help</category>
    </item>
  </channel>
</rss>
