尝试构建应用程序时,expo无法识别我的ios构建标识符

时间:2019-08-29 20:02:54

标签: react-native expo

我的app.json文件

{
  "expo": {
    "name": "eProfit",
    "slug": "eProfit",
    "privacy": "public",
    "sdkVersion": "34.0.0",
    "platforms": [
      "ios",
      "android",
      "web"
    ],
    "version": "2.0.0",
    "orientation": "portrait",
    "icon": "./assets/4.png",
    "splash": {
      "image": "./assets/splashfiverr",
      "resizeMode": "contain",
      "backgroundColor": "#2C3335"
    },
    "ios": {
      "bundleIdentifier": "com.simplysoftsolutions.eprofit",
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true
    }
  }
}

我从Expo CLI遇到的错误 您的项目必须在app.json中设置一个bundleIdentifier。 参见https://docs.expo.io/versions/latest/distribution/building-standalone-apps/#2-configure-appjson

我的构建标识符出了什么问题,我将其放置在文件中的错误位置了吗

0 个答案:

没有答案