Xcode cannot open react native project. May 8, 2015 · Note that as of React Native 0.
Xcode cannot open react native project Setup a build bot on an Xcode server for the project and manually start an integration. Jun 21, 2024 · Go into XCode > Click your project > Build Phases > Bundle React Native Code and Images > tick the box for 'For Install Builds Only'. Delete the node_modules folder. I can't seem to open the debug menu with the regular command ⌘ + D. (in target 'ViewTrail' from Dec 29, 2017 · How to clean react native project? Is there any way to clean react native project as we can clean xcode project? Any help will be appreciated! Nov 1, 2023 · Open your React Native project in Xcode. command” can’t be opened because (null Nov 3, 2023 · Final Notes Installing your Expo React Native application on iOS devices without using Xcode or macOS is possible through various alternative methods. Now with RN I am a bit confused. The issue I’m facing now is when I run the build from the command line, it’s stuck on Building the app (see screenshot below). This article will explore the problems it addresses and the significance and practical applications of React Native Vector Icons. Build and run the native apps locally: npx expo run:ios and npx expo run:android. The simulator is launched but not the Jan 3, 2019 · I am trying to find my Xcode project file inside React Native so I can setup React Native Firebase (https://rnfirebase. Aug 15, 2020 · I have recently ejected my project from expo to bare react native and I wanted to build my project with Xcode but every time I try to open project files (. In this guide, we’ll demystify the error, explore its root causes, and provide step-by-step fixes for both Flutter and React Native projects. Add the push notification capability by clicking the + Capability button under the Signing & Capabilities tab. xcconfig:1 The files in my workspace loo React Native DevTools is designed for debugging React app concerns, and not to replace native tools. Basically what I am trying is to create a new clean project with create-expo-app and then do a prebuild or a run, to make sure the iOS folder gets created. Feb 18, 2024 · Description When building iOS, it gives the following 2 build errors: Build target hermes-engine: [CP-User] [RN] [1] Build Hermesc Failed to configure Hermesc cmake project. Build target React-r Mar 7, 2024 · Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. sudo gem install cocoapods this installs cocoa pods to your machine cd projectDirectory cd into your project directory cd ios cd into the ios directory of your project, is you list items that are in this folder, you would most likely see a podfile there. Apr 3, 2025 · Thats it, now open your react-native Xcode project and you are all set. Oct 20, 2022 · I'm working with a React Native project, setting up Xcode Cloud builds. Then re-tick the box then build again. Return to submit. Set up your project structure A standard React Native project places native code in android and ios directories. Crashes, build errors, simulator quirks, and other issues can disrupt your coding flow. P. however when I open the project in xcode I cant see it anywhere. xcconfig unable to open file. 59. It is lag and I have to force the program to quit. 3 introduces several enhancements, but developers have encountered specific challenges, particularly when working with React Native and Expo projects. Dec 23, 2015 · You need to overwrite the RCT_METRO_PORT macro variable to ensure your app points to the correct port when running via xcode or react-native run-ios. Step 1: Installing Node and Watchman Official guide suggests to use Homebrew to install Node and Watchman. I think you have to look at that target and update the code or just remove the AppTests target if you are not running unit tests in your app. Always From the VS Code Terminal I am getting the same message like Xcode needs to be installed (don't worry, you won't have to use it), would you like to continue to the App Store? However I have already Xcode installed the after Sep 6, 2022 · [SOLVED] React Native 0. The errors differ depending on whether I use Xcode GUI, CLI build commands, or npx react-native run-ios. WebView-Test2025. 63. 1 Create Swift Module Start by creating a new Swift file (Ctrl + n). The new project includes an example TypeScript application to help you get started. bramus in ~/repos/projects/react-native/example In this guide, you'll learn how to set up your environment, so that you can run your project with Android Studio and Xcode. This guide is only for macOS users and target OS is iOS device. React Native DevTools is designed for debugging React app concerns, and not to replace native tools. Apr 29, 2024 · XCode Devices List In this case, to compile on a single device, write the command with your device name as follows: npx react-native run-ios --simulator="iPhone 15 Pro" O R you can make it work Oct 10, 2019 · @Darkhorse-Fraternity Could you please provide configured minimal demo application where Android and iOS native projects placed not in the project root and the arguments listed above (--root and --project-path) allows to build an application? Sep 23, 2021 · I created my react native app with expo. Oct 22, 2020 · To start a new project, navigate to where you would like to save it, then in your terminal type, npx react-native init <the name of your new project> Your project will have starter boilerplate code, which you will be able to see once you open it in your code editor. Building the app fails with errors that I didn't encounter in Xcode 14. What might be happening? Running On Simulator Starting the simulator Once you have your React Native project initialized, you can run the following command inside the newly created project directory. Apr 28, 2021 · Walk through some of the best practices to help you get started using Xcode, an IDE and code editor created by Apple. I’m encountering issues while trying to build my React Native app. xcworkspace file from the /ios folder of your React Native project in Xcode. Jun 1, 2022 · First you have to setup react-native environment, and go to project library run npm install or yarn install and go to ios directory of project and run pod install, now you can open your workspace file in xcode. 2. 59: Run react-native link react-native-device-info in the project root. Actual Behavior The project fails with the following: Jun 12, 2019 · After upgrading to React Native 0. debug. Follow our step-by-step guide to get started. Mar 7, 2024 · In this tutorial, I will guide you through the process of installing all the necessary packages and libraries for launching your first React Native app using the Xcode simulator on macOS Learn how to set up and run React Native apps on iOS using Xcode and other necessary tools. x. //Desktop/Map) I can run the app via react-native run-ios. I looked up for the solutions on internet but it says it can be done through podfile but there is no such file or ios folder in an expo react native project. 0). After updating my preferences to open all projects in XCode, the button labeled 'Open My Project in XCode' stops working. js. Step by step guidelines. 7 I've been having hard times with my old Windows laptop while developing React Native apps so I moved to MacOS laptop. The build always fails and I don't know what else I can do. jsbundle Solution 3: Go to Keychain Access -> Right-click on login -> Lock & unlock again -> Clean Xcode project -> Make build again edited Jun 10, 2020 at 16:28 Sep 18, 2025 · While you can name the project anything, this guide uses my-project for consistency. Open project Xcode ios/MoviesAndMe. I recently updated to Xcode 15 and have encountered a frustrating issue with my React Native app. 0 will be available in a separate Expo blog post in the near future). Expo provides developer tooling that makes developing apps easier, such as file-based routing, a standard library of native modules, and much more. Feb 16, 2024 · I've started working on a React Native project, and ran into a build issue with a quick fix. I recently started applying pods as a way of Mar 31, 2025 · After updating Xcode, running a React Native with expo app results in a build error. Bugs and glitches can slow down app development. 67. In this guide, you'll learn how to set up your environment, so that you can run your project with Android Studio and Xcode. The build works if I then run react-native run-ios but if I open the project in xcode (via the . Here you will need to do three things: Create a Swift Module Create an Objective-C bridging header Program the Module 3. May 13, 2015 · I'm trying to get up and running with React Native and I am seeing the message below in Xcode: Port 8081 already in use, packager is either not running or not running correctly Command /bin/sh fai Jun 11, 2025 · Install Xcode Open up the Mac App Store, search for Xcode, and click Install (or Update if you have it already). When I use finder to navigate into ios folder I can see podfile. Write Custom Modules in Swift You could talk to existing modules, but it’s just as likely that you need to put a layer in-between that handles some business logic. Mar 23, 2022 · Description I created a new react native project and i can't start the simulator with "react native run-ios". ‘language’: ‘en’ //provide language type here } }) Final Output A native application screen will appear in a react native project. I started both on Android Emulator and iOS simulator. Temporary Change In your Xcode project, go to the Target settings. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). Unable to open configuration settings file Xcode React Native? Here's a step-by-step guide on how to fix this issue. Feb 10, 2023 · 1. Jul 11, 2024 · This is not a react-native issue as we don't have Swift code in the app. Because App Center CocoaPods dependencies only works with xcworkspace not xcodeproj, and the ios/{appname}. Aug 3, 2023 · To fix this issue try these steps: • For react-native <= 0. clothingapp4. node: A javascript package Tagged with react, expo, reactnative, webdev. 0 iOs fresh project errors out on run-ios #34608 Jan 3, 2025 · 1 first I must apologize for this broad title but I couldn't exactly pinpoint the origin of the issue I was having. React Native is not a framework of Apple's and you should better contact to the author of it or find a community site for it. 3. 1 Affected Platforms Runtime - Android, Runtime - iOS Output of npx react-native info #reactnative #react #javascript Check out https://reactnativejobs. I am fed up with this problem. js 187 throw er; //Unhandled 'error' event Error: EMFILE: too many open Jun 29, 2023 · I didn’t find any tutorial on how to open an existing react native project directly with the iOS simulator. 0 I was able to open it at first. However when i start my Expo Developer Tool Metro Bundler There when I click Run IOS Simulator. This can be done by opening the Pods project within your workspace, navigating to Build Settings and adding a Preprocessor Macro. 64. I updated everything my mac os, Xcode, node. Install and update packages that work with the version of react-native in your project: npx expo install package-name. 5 Affected Platforms Runtime - iOS Output of npx r Hi, I am developing an App in React Native for this i need Xcode. The worst part? Oct 21, 2024 · Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Apr 9, 2024 · Before I start, this isn't a duplicate of this problem (Error: EMFILE: too many open files - React Native CLI ), because although the error message is the same, the solutions does not work. dev/docs/environment-setup, I am trying to build a build a project using react native cli. js and React Native dependencies are up-to-date. The Xcode 12. If you want to inspect React Native’s underlying platform layers (for example, while developing a Native Module), please use the debugging tools available in Android Studio and Xcode (see Debugging Native Code). mobileprovision file) and double-click to install it in Xcode. e. Nov 25, 2021 · Up until 2 days ago, I had no issues with running either npx react-native run-ios from my project root folder or building it in Xcode. If you want to inspect React Native’s underlying platform layers (for example, while developing a Native Module), please use the debugging tools available in Xcode and Android Studio (see Debugging Native Code). Then I initialized a blank expo managed project. plist not being found in my project. Jan 17, 2023 · When opening the React Native ios project, make sure you have installed the pods and after that open the project, and when opening it, either open the folder of the project, or if you want to open Jun 19, 2024 · There are some downsides in the process to run IOS Simulator using Expo, here is a little guide to Tagged with javascript, react, reactnative, expo. 70. 1 for real-time audio/video, hummed along on Xcode 15 (iOS SDK 17). My project, built in 2020 with react-native-agora 3. logs, and was seeing all of the behavior described in the RN documentati Dec 28, 2022 · When opening the React Native ios project, make sure you have installed the pods and after that open the project, and when opening it, either open the folder of the project, or if you want to open Aug 21, 2024 · Description When opening Xcode not from the command line (via xed f. You can find your iOS project here within a React Native app: Image of where you can find your iOS project We recommend using Xcode to write your native code. Mar 4, 2024 · An article teaches you how to run React Native perfectly on a real IOS device Project Initialization Initialize a React Native project in the terminal using npx react-native init ProjectName Jul 18, 2019 · cd demo && react-native run-ios When I try to open the ios library in Xcode and click on the build button I get the following error: Library not found for -lDoubleConversion Is there a way to build the project using XCode? What could be the reason for my error? All my packages are updated to the latest versions. Jun 13, 2024 · I've inherited a React Native project which built happily about 8 months ago. Expected Behavior The project will build the same as it did locally. Su So do i continue coding my react-native project in VS Code (while keeping XCode open), then save it in VS Code, then click 'Product->Run' in XCode? Jun 19, 2024 · There are some downsides in the process to run IOS Simulator using Expo, here is a little guide to Tagged with javascript, react, reactnative, expo. Below are common issues and their respective solutions to help you navigate these challenges effectively. Dec 27, 2022 · Description I tried to run a react-native project from the Visual Studio Code own terminal with this command react-native run-android but I get this error : How can I solve the error “launchPackager. 73. May 11, 2022 · Description Based on the getting started guide provided here https://reactnative. I installed Android Studio and Xcode (including Xcode command line tools). xco Jan 21, 2025 · If you use Expo, React Native 0. For example RCT_METRO_PORT=7777, if the port you are using is 7777. May 8, 2015 · Note that as of React Native 0. . Whenever I try to launch the iOS Simulator. Remove that and i got it to build fine. So first thing first, run this command to install Homebrew Mar 27, 2018 · I tried to archive my react native project using Product > Archive on XCode9. Before the update, everything was working perfectly, but now I'm unable to run or build my project. (/. Being a near incompetent on Apple platform development (I work mos I try to run a react-native-cli project using react-native start, and the metro bundler fails, saying the following: events. For Jul 9, 2019 · How Run and Test React Native / Expo On Your Apple iOS Device and a FullStack Dev’s First Impressions Once you have your Expo project up and running, start the local dev server in command line … Apr 29, 2021 · I created a react native app using react native cli. Try changing it slightly, for example, append a number or a date com. xcodeproj file won't have App Center CocoaPods dependencies linked. (Xcode, react-native, node). I'm trying to learn React Native but I'm coming across a confusing issue on my M1 Mac. Additional Information: I have ensured that my Node. 9 and React 16. 29 and later, you can get logs without running the debugger. 77 will be supported in Expo SDK 52 (instructions on how to update React Native inside your Expo project to 0. react-native run-android not starting bundler so i tried react-native start it showing below error. Under Signing & Capabilities, find the Bundle Identifier (e. I recently updated to the latest Xcode / Catalina patch and I am now experiencing this issue. Nov 11, 2025 · Generate the native Android and iOS directories for your project: npx expo prebuild. 2. You can do this by Coming from ReactJS and using CapacitorJS for mobile platforms the workflow was streight forward: create the app using normal react, add capacitor, build the app, add the ios and android builds, open to XCode then release the app or open to Android Studio and build the files and release the app. I am using Xcode Version 12. 1. Steps To Reproduce Init a new project with npx react-native init AwesomeProject 2. Apr 16, 2020 · This bug is on the main screen. This troubleshooting guide aims to equip you with practical solutions to common Xcode 16 May 5, 2025 · Command PhaseScriptExecution failed with a nonzero exit code on xCode while building my react native app #51105 Solution 2: Open project directory on the terminal and run this command and archive again react-native bundle --platform ios --dev false --entry-file index. Sep 8, 2023 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. I went back and changed my preferences to open in VScode, and then to Sublime text, and both those use-cases work as expected. This will allow you to develop with Android emulators and iOS simulators, build your app locally, and more. Xcode says "Could not open file. May 16, 2023 · Download the provisioning profile (. Dec 18, 2023 · After spending a good amount of time troubleshooting this issue in my Xcode / React Native project, I finally cracked the problem related to GoogleService-Info. 1), you should open the project's ios/{appname}. The app starts and works, but no Metro terminal window. The problem I am facing is, I canno Xcode Xcode offers the tools you need to develop, test, and distribute apps for Apple platforms, including predictive code completion, generative intelligence powered by the best coding models, advanced profiling and debugging tools, and simulators for Apple devices. Just run react-native log-ios or react-native log-android on the command line inside your project folder. Sep 17, 2024 · Xcode 16 brings new features but also new problems. I'm using react-native Version: 3. This will specify the target architecture for your release build. But Xcode produce this error: react-native run-android not starting bundler so i tried react-native start it showing below error. This troubleshooting guide aims to equip you with practical solutions to common Xcode 16 Feb 17, 2024 · An Introduction to Vector IconsReact Native Vector Icons is a powerful library for developers building mobile apps with elegant and scalable icons on Android and iOS using React Native. First, there’s a warning about a Hermes script that runs during every build because it doesn’t specify output dependencies. ) as you would in case of building a standard native app. 3 Simulator works. Oct 9, 2018 · In this video we'll learn how to fix an issue where you're unable to build a React Native app in Xcode 10. S. The Expo team works in close collaboration with the React Native team at Meta to bring the latest React Jan 5, 2024 · Description No Bundle URL present Steps to reproduce Install Application Notice Crash React Native Version 0. If you cannot upgrade, please open your issue on StackOverflow to get further community support. My specific problem was that react-native project would build on the simulator fine through 'npm run ios' but when archiving or building through xcode I would get this error. May 18, 2025 · Upgrading tools is supposed to make life easier, right? Not when you’re maintaining a legacy React Native 0. Jan 17, 2023 · When opening the React Native ios project, make sure you have installed the pods and after that open the project, and when opening it, either open the folder of the project, or if you want to open Feb 10, 2021 · I have a react-native project that I develop with an ios simulator (iPhone 8 mostly). com if you are looking for a React Native job or looking to hire React Native developers. Hi all, hoping to get some help on something. We'll cover everything from setting up your environment to navigating Xcode and running your app on an I've been trying to get a react-native project up and running. 3 app and Xcode 16 (iOS SDK 18) turns your build into a gauntlet of errors. app binary. The CLI will then install this on the target simulator/device using xcrun simctl install: Nov 15, 2017 · Steps to Reproduce Create a new project with react-native init Open the project in Xcode and verify that it will build locally. Folks, give a clap if this article helps, see you again with another interesting article. Aug 28, 2019 · For a long time I always used the open command to open the Xcode project file contained inside React Native Projects. Select “Any iOS Device (arm64)” from the device selection dropdown. Jun 24, 2022 · I have an expo react native app's project and xcode simply denies to open it. xcodeproje and . 0" (docs say most recent stable version for macOS is 0. npx expo can be used with npx react-native simultaneously. Just posting for anyone that encountered this issue while working on a react native project. Curious if you were able to find a fix, beyond blowing away your system and reverting back to an old backup. If you're a few versions behind the latest release (v0. May 17, 2019 · I've deleted my React native project while trying to make Google maps work on Xcode being . 77. 3 and attempted to run react-native run-ios, I get this error: info Undefined symbols for architecture x86_64: "_JSClassCreate", referenced fro Oct 25, 2021 · React Native project open in Xcode 3. I couldn't understand my problem for a long time, but today I take attention, what directory is wrong: full May 1, 2021 · I am not new to React Native, have been working on this for a while, but the issue which I am facing right now is pretty much new. And then 20 minutes later, I wasn't able to. This document will guide you through the necessary steps to run your React Native app on a device and to get it ready for production. g. 1 day ago · Xcode 15 introduced changes to how toolchain paths are resolved, breaking compatibility with older build configurations, third-party dependencies, or auto-generated project settings in Flutter/React Native. /ios/main. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. • If you are using CocoaPods on iOS, run pod install in the ios directory and then rebuild and re-run the app. What might be happening? Mar 19, 2019 · Delete ios/ and android/ folders. Mar 31, 2025 · After updating Xcode, running a React Native with expo app results in a build error. Jan 10, 2024 · $ react-native run-ios --list-devices info A dev server is already running for this project on port 8081. 57 at the time of recording) and Issue: After updating to Xcode 15, my React Native app is not working as expected. Run either npm install or yarn install in your Apr 28, 2025 · Step 1: Install react-native-config Begin by installing the react-native-config package to manage configurations for different environments in the root directory of the project. xcodeproj and . Running On Simulator Starting the simulator Once you have your React Native project initialized, you can run the following command inside the newly created project directory. js --bundle-output . pbxproj) and check of 'Pods' is added to the path before the 'Target Support Files' folder. To run your project and view it in a mobile device simulator, simply type, I am an iOS developer so I wanted to get a feel for how an expo project looks from Xcode, but I am having some issues. Jul 15, 2019 · Open your project file (project. Expo's Framework is free and open source, with an active community on GitHub and Discord. x/installation/ios) However, I cannot find where the Xcode project file is? Apr 14, 2019 · I had the same issue with the newest Stripe pod in React native - I have bumped up the target in the Podfile, installed all the pods, the app worked fine in debug but I couldn't archive it because I didn't update min iOS version in the Project settings. But Xcode produce this error: Mar 4, 2020 · How to run react native project with Xcode. If you plan to rebuild your application after the initial build, the good news is that all certificates, keys, and provisioning profiles are saved, so you won't need to repeat those steps. 3. The React Native team is currently working on a re-architecture of the Native Module system. Fixing these issues often involves updating SDKs, checking code compatibility, and using Xcode’s built-in tools. xcworkspace file in Xcode. I tried running the app both using npx react-native run-ios and yarn ios but no difference. xcworkspace with command xed -b ios or directly with Xcode (double click) Expected Results Xcode does not open. I was able to reload with Command-R and access console. If you linked App Center automatically via react-native link (as in step 3. Today I needed to open my project with xcode, but when I tried to open Xcode give me an error that´s not possible to open the folder. I spent two weeks in this exact hell, and I'm going to show you the exact steps that finally fixed it. I tried to launch the application with the command npx react-native run-ios. • Rebuild and re-run the app. After your Xcode project successfully builds, React Native has produced a native iOS . Run react-native eject [Edit: deprecated, so skip this step] Run react-native link react-native run-ios This will bring a whole new resurrection for your project I solved this issue again by removing Pods and build folders, then running pod install in /ios. Feb 2, 2022 · After the pods have been installed, open the . I'm unable to run the project on my simulator or device. Expo is a production-grade React Native Framework. Conclusion: In this blog, we have shown you how to add and invoke the iOS native framework to the React Native project. Which means I am unable to run IOS simulator. ) but directly from Finder/Dock and the ccache option is enabled the build will fail because ccache can not be found even thoug. Jul 8, 2019 · I have initiated a new react-native app with the react-native cli (react-native init newproject). Close all open terminal windows and ensure that Xcode is not running any React-Native project scripts. Mar 5, 2020 · I am currently working on React Native Apps and I thought to share the steps I do when I create a new React Native App through Xcode. info Found Xcode workspace "MyApp. You may also need to re-open Xcode to get the new pods. Dec 27, 2023 · Discover how to set up React Native CLI smoothly to run your projects on Android and iOS devices in this step-by-step guide. Aug 5, 2025 · Sound familiar? If you're here at 3 AM staring at build logs that make no sense, wondering why your perfectly working React Native app suddenly refuses to compile for iOS 17 devices, you're not alone. Mar 16, 2019 · Hello I'm facing a problem with Expo React-Native. 0 Steps to reproduce yarn npx pod-install run in xcode React Native Version 0. Sep 28, 2015 · Learn how to rename a React Native project effectively with tips and steps provided by the Stack Overflow community. Eventually, I found the solution and I wanted to share with you all to make your life Setup To get started, open up the iOS project within your React Native application in Xcode. I'm following along with a tutorial and using "npx react-native init <project name> --version 0. apple. The Expo team works in close collaboration with the React Native team at Meta to bring the latest React If you created the Xcode project through React Native, I guess it is the cause of the issue. It seems to only be Sep 2, 2025 · Learn how to prepare your existing React Native project to install and use any Expo module. xcworkspace) inside ios dir Apr 3, 2025 · Xcode 16. But moving to Xcode 16 unleashed a storm: Swift compilation failures, missing module 5 days ago · It's always a good idea to test your app on an actual device before releasing it to your users. CoreSimulator. io/docs/v5. I also tried to ope Oct 8, 2025 · Debugging in a Native IDE When working with native code, such as when writing native modules, you can launch the app from Android Studio or Xcode and take advantage of the native debugging features (setting up breakpoints, etc. xcworkspace. I keep getting this error: unable to open configuration settings file Pods-XXX. WebView-Test). Stefan’s Apple Watch Stefan’s iPhone 15 iPhone 15 Plus iPad mini (6th generation) iPhone 15 Pro Max iPhone 15 Pro Jul 15, 2019 · Open your project file (project. Here are the details: Mar 28, 2022 · For React Native we need node, Watchman, React Native CLI and Xcode. If it's already ticked, untick the box then build. Feb 5, 2021 · I am experiencing exactly the same problem right now, brand new app and cannot build. xcworkspace" ? Select the device you want to use › - Use arrow-keys. This article covers all the possible causes and solutions, so you can get back to coding in no time. Now I have come back to it, I can't get it to build. Before React Native Vector Icons, developers faced challenges dealing with Apr 7, 2019 · When I build project, I see build error: ProjectName. Step 3: Build Archive APK Open your React Native project in Xcode. Your app should request local network access this is the key fact with this issue. 8. 7. Oct 14, 2016 · Issue Description I have a RN project that was working fine for awhile via that react-native run-ios command. 2 days ago · The Bundle Identifier must be unique and correctly linked to the profile. , com. In this tutorial, you'll learn how to build and run a React Native project app using Xcode. Nov 2, 2023 · When updated the cli to version 12 the Metro bundler does not start automatically anymore after react-native run-android. pod install Oct 21, 2024 · Description can't open ios project after I update the xcode to 16. The publishing process is the same as any other native iOS app, with some additional considerations to take into account. I get this error: Simulator is installed but is identified as 'com. opzban hyvrgoy tvkvwz hgj leery yqeevr baqb ooz lksieas nljil qfos nufrhk ewyj ojrz bzfj