作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
自从从 Xcode 10.3 升级后,其他任何人都得到了这个至Xcode 11运行时react-native run-ios
有什么想法可以恢复运行吗?
CoreData: annotation: Failed to load optimized model at path '/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Frameworks/InstrumentsPackaging.framework/Versions/A/Resources/XRPackageModel.momd/XRPackageModel 9.0.omo'
error Could not find iPhone X simulator
最佳答案
我记得这发生在之前并正在修改:node_modules ▸ @react-native-community ▸ cli ▸ build ▸ commands ▸ runIOS ▸ findMatchingSimulator.js
作为当前的解决方法,更新:
if (simulator.availability !== '(available)' && simulator.isAvailable !== 'YES') {
continue;
}
if (simulator.availability !== '(available)' && simulator.isAvailable !== true) {
continue;
}
"react-native": "^0.59.3"
关于ios - Xcode 11 升级 |找不到 iPhone X 模拟器 | XRPackageModel 9.0.omo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58060484/
自从从 Xcode 10.3 升级后,其他任何人都得到了这个至Xcode 11运行时react-native run-ios有什么想法可以恢复运行吗? CoreData: annotation: F
我首先在 Expo 上启动了我的项目,然后将其弹出。现在,我尝试运行命令react-native run-ios,但它返回此错误: CoreData: annotation: Failed to lo
我是一名优秀的程序员,十分优秀!