简体   繁体   English

我刚刚推出了 expo react 本机应用程序。 如何通过 xcode 运行应用程序?

[英]I've just ejected expo react native app. How do I run the app via xcode?

newbie here.新手在这里。 I've just ejected my expo app so I now have ios and android folders in my react native directory.我刚刚退出了我的 expo 应用程序,所以我现在在我的本机目录中有 ios 和 android 文件夹。 I have run the following snippet cd ios && pod install My question is, what next?我已经运行了以下代码片段cd ios && pod install我的问题是,接下来怎么办? I have this xcode windows but I have no idea what to do:我有这个 xcode 窗口,但我不知道该怎么做: 在此处输入图片说明

The steps I'm meant to follow are below, HOWEVER I don't even know how to open the project on xcode.我打算遵循的步骤如下,但是我什至不知道如何在 xcode 上打开项目。

- Go to "Capabilities"
- enable BackgroundMode.
- Checked into "Background fetch" && "Remote notifications"```

Can someone please guide me for getting started with xcode?
Thanks!

First of all download dependencies首先下载依赖

After Xcode → Preferences → Components → Install iOS simulator在 Xcode → 首选项 → 组件 → 安装 iOS 模拟器之后

And Run the project.并运行项目。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我需要在我的个人设备上测试我的 React Native 应用程序(作为裸工作流从 Expo 中弹出)。 如何在我的 iPhone 上构建和部署它? - I need to test my React Native app (Ejected from Expo as Bare Workflow) on my personal device. How do I build it and deploy on my iPhone? 如何在弹出的 react-native 应用程序中配置 Info.plist 文件使用 expo sdk - How to configure Info.plist file in ejected react-native app uses expo sdk 如何让React Native应用程序在iPad上正常运行? - How do I get a React Native app to run properly on an iPad? 如何使用iOS的Expo Cli实用地杀死react-native应用程序? - How do I kill react-native app using Expo Cli pragmatically for iOS? 我可以在弹出的 react-native 项目中安全地删除 app.json 吗? - Can I safely remove app.json in a ejected react-native project? React Native Expo Ejected App,无法从设备获取推送令牌 - React Native Expo Ejected App, can't get push token from Device 如何在新 Mac 上通过 Xcode 运行 react native 项目? - How do I run react native project via Xcode on new Mac? 如何使用 Expo 在真实的 iOS 设备上运行应用程序? - How do I run an app on a real iOS device using Expo? 我已经构建了一个本机应用程序。 我在迪拜地区限制此应用 - I have built a react-native app. I am restricting this app in Dubai region 世博会还发布了更新的eject expo app? - Expo publish also update ejected expo app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM