从展览会退出时,为什么会出现错误?

时间:2020-05-05 10:07:00

标签: react-native expo

在由expo eject创建的空项目或以相同方式创建的完整项目上运行create-react-native-app时,出现以下错误:

错误:找不到按名称分组的c:/ Users /#folder-path#/ ios /#projectname#!

上面的文件夹在尝试之后确实存在。这是我在app.json中的ios配置:

"ios": {
  "supportsTablet": true,
  "requireFullScreen": true,
  "googleServicesFile": "./GoogleService-Info.plist",
  "bundleIdentifier": "#identifier-is-here"
}

这是我第一次尝试。有什么想法吗?

0 个答案:

没有答案
相关问题