<?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: Erdal Turan</title>
    <description>The latest articles on DEV Community by Erdal Turan (@erdal_turan_3f1f0cf082ac4).</description>
    <link>https://dev.to/erdal_turan_3f1f0cf082ac4</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%2F576713%2F2f57cbe2-7fbe-439a-959b-1330042abac5.png</url>
      <title>DEV Community: Erdal Turan</title>
      <link>https://dev.to/erdal_turan_3f1f0cf082ac4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/erdal_turan_3f1f0cf082ac4"/>
    <language>en</language>
    <item>
      <title>React Native Apple Silicon Common Errors and solutions</title>
      <dc:creator>Erdal Turan</dc:creator>
      <pubDate>Wed, 24 Feb 2021 14:24:17 +0000</pubDate>
      <link>https://dev.to/erdal_turan_3f1f0cf082ac4/react-native-apple-silicon-common-error-and-solutions-481n</link>
      <guid>https://dev.to/erdal_turan_3f1f0cf082ac4/react-native-apple-silicon-common-error-and-solutions-481n</guid>
      <description>&lt;p&gt;Check version&lt;/p&gt;

&lt;p&gt;first step: you need your react-native version and information:&lt;/p&gt;

&lt;p&gt;npx react-native info&lt;/p&gt;

&lt;p&gt;1.Common Error,no bundle url present.&lt;br&gt;
solution&lt;br&gt;
 Remove Main.jsbundle, again create main.jsbundle&lt;br&gt;
and then solution following code&lt;/p&gt;

&lt;p&gt;npx react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios&lt;/p&gt;

&lt;p&gt;2.Common Error, YogaKit Modulemap Error&lt;br&gt;
xcode 11.x,12.x version build fatal error: module map file xxx/Build/Products/Debug-iphoneos/YogaKit/YogaKit.modulemap' not found&lt;/p&gt;

&lt;p&gt;Url: &lt;a href="https://github.com/facebook/react-native/issues/28503"&gt;https://github.com/facebook/react-native/issues/28503&lt;/a&gt;&lt;br&gt;
Solution&lt;br&gt;
Please check React native Podfile, iPhone model and Xcode iPhone Model&lt;/p&gt;

&lt;p&gt;info Launching iPhone 11 (iOS 14.4)&lt;br&gt;
info Building (using "xcodebuild -workspace yourapp.xcworkspace -configuration Debug -scheme your app -destination id=xxx-xx-xx-xxx-xxxx")&lt;br&gt;
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening yourapa.xcworkspace. Run CLI with --verbose flag for more details.&lt;br&gt;
Command line invocation:&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Hi</title>
      <dc:creator>Erdal Turan</dc:creator>
      <pubDate>Tue, 09 Feb 2021 21:31:36 +0000</pubDate>
      <link>https://dev.to/erdal_turan_3f1f0cf082ac4/hi-23pm</link>
      <guid>https://dev.to/erdal_turan_3f1f0cf082ac4/hi-23pm</guid>
      <description>&lt;p&gt;Hello, I'm  new member on the platform. good knowledge and experience here.&lt;/p&gt;

</description>
      <category>hello</category>
    </item>
  </channel>
</rss>
