- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在尝试建立一个 react-native 开发环境。我想设置一个 iOS 模拟器(最好是 iPhone 10)来运行我的应用程序。我正在使用在 MacOS 10.14.3 上运行的 Macbook Pro 2016。我已经通过命令 create-react-native-app
安装了我的 react-native 应用程序(运行版本 2.0.2)。我还安装了运行版本 10.2(10E125) 的 XCode。当我扫描 Expo 生成的二维码并在我的 iPad 或 Android 设备上运行它时,它工作得很好,但是当我尝试通过在 expo start< 之后按
它返回错误 i
加载 iOS 模拟器时
Trying to open the project in iOS simulator...
Simulator is installed but is identified as 'com.apple.CoreSimulator.SimulatorTrampoline'; don't know what that is.
Simulator not installed. Please visit https://developer.apple.com/xcode/download/ to download Xcode and the iOS simulator. If you already have the latest version of Xcode installed, you may have to run the command `sudo xcode-select -s /Applications/Xcode.app`
我已经尝试运行命令 sudo xcode-select -s/Applications/Xcode.app
我也试过运行命令 xcode-select -r
我还确认在我的 XCode->Preferences->Locations Command Line Tools 中选择了“Xcode 10.2(10E125)”
这些都不起作用。
我希望在 expo start
之后按下 i
后,iOS 模拟器会加载。谢谢。
-----编辑--------
经过更多研究后,我发现运行 open -a Simulator
然后运行 expo start
会在模拟器上加载应用程序并为我的目的工作。但是如果我只是运行 expo start
而没有运行 open -a Simulator
它仍然会给出相同的错误。我想问一下这是否是我要得到的最好的?
最佳答案
您可能运行的是过时版本的 Expo。当我在 Expo 36 发布时使用 Expo 27 下载某人的旧 repo 时,我遇到了这个问题。更新到最新版本后,它可以工作。
要更新项目中的包,npm-check-updates 会派上用场。
npm i -g npm-check-updates # installs ncu globally
ncu -u # updates all dependency versions in your local package.json
npm install # updates the packages in node_modules to match
注意:这会将您的所有依赖项更新到最新版本。如果你不想这样做,你可以找到最新版本的 expo 并手动更改 package.json
中的版本。
关于ios - 如何修复世博会开始抛出 "Simulator is installed but is identified as ' com.apple.CoreSimulator.SimulatorTrampoline';不知道那是什么”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55668239/
更新:添加关于 Hashable 的相同错误 我已经创建了一个 Identifiable 兼容协议(protocol)和兼容结构。然后,当我创建列表并在 ForEach 中引用它时,我收到错误 Typ
这只是我偶然发现的例子! 我正在使用 cout与 operator // imports the declaration of std::cout using namespace std; // ma
我有一些表,我使用 MySQL Workbench 创建了 role_has_action 表。 创建的字段是:(role_id,action_id,action_controller_id): (为
我有一个 codesign 无法完全验证的应用程序,因为它“不满足其指定的要求”。第一次检查返回“在磁盘上有效”,所以没关系。 codesign -dvvvv -r- PATH_TO_APP 告诉我要
我正在使用 Java SDK 创建 SAS 来访问 blob。这是代码: SharedAccessBlobPolicy policy = new SharedAccessBlobPolicy(); p
#include "stdafx.h" #include #include #include #include #include using namespace std; #define T
我在代码中看到了这两种方法。你能解释一下这两者有什么区别吗?正如我认为它与 C++ 完成命名空间查找的方式有关,您能否也提供一些相关信息,或者提供一个好的文档的链接?谢谢。 最佳答案 示例: #inc
我一直在使用一个工具 sbconstants从我的 Xcode 项目中的 Storyboard 标识符和重用标识符创建外部常量。 我已将包含这些常量的所有声明的 header #imported 到项
我想知道 bundle Identifier(在 info.plist 中)之间的区别。以及产品 Bundle Identifier(在 Build Setting -> Packaging -> P
我有课Identifier它本质上是 UUID 的类型安全包装器(因此类 Foo 包含 Identifier )。 FooStore类有一个方法 List> bulkReadIdentifiers()
在 Go 中,公共(public)名称以大写字母开头,私有(private)名称以小写字母开头。 我正在编写一个不是库的程序,它是一个单独的包。是否有任何 Go 习语规定我的标识符应该全部公开还是全部
我有一个页面 url,它看起来像: http://mydomain.com/nodes/32/article/new?return=view 安装 tomcat 7 后,尝试访问它时出现此异常: /n
我正在学习以下教程: http://www.appcoda.com/ios7-programming-ibeacons-tutorial/ 但是,我没有使用 iPhone 作为信标,而是使用制造商(R
我在为我的 iPhone 应用程序的下一版本上传 .app 文件时收到此错误“Bundle Identifier differents from prior bundle identifier”。 注
Scene 1, Layer 'script', Frame 1, Line 9 1084: Syntax error: expecting identifier before this. Sc
升级到 Xcode 7 后,我注意到 CFBundleIdentifier 已开始指向在 Build Settings/Packaging 中找到的产品捆绑标识符,而不是 Info.Plist 中的捆
关闭。这个问题需要debugging details .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 5年前关闭。 Improve this question 我在
我使用 Apache DBCP 来获取连接池,我每次都使用 PoolingDataSource 来获取连接。当我向数据库中插入一个对象时,它工作得很好,但是当我尝试从数据库中选择一个元素时,就会出现问
由于我项目的 react-native 版本 (0.44.3),我正在尝试在版本 0.6.4 中安装包 react-native-today-widget,我能够成功安装包: yarn add rea
之前有人问过这个问题,我已经查看了所有其他 stackoverflow 主题的答案,但我无法解决这个问题。 我的应用程序在所有平台的模拟器中运行良好,但是当我在我的设备上运行该应用程序时,我收到错误代
我是一名优秀的程序员,十分优秀!