小编Kea*_*ing的帖子

React Native Expo 构建号没有增加

我正在尝试构建版本“1.2.0”,我已经更改了 app.json 中的每个“buildNumber”和“version”,并且 expo 仍然构建 ios buildNumber:“1.0.0”。我在用 eas build --profile production --platform ios

{
  "expo": {
    "name": "Redacted",
    "slug": "Redacted",
    "description":"Redacted",
    "version": "1.2.0",
    "orientation": "portrait",
    "icon": "./assets/mark.png",
    "splash": {
      "image": "./assets/TRANSPARENT2.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true,
      "buildNumber": "1.2",
      "infoPlist": {
        "NSFaceIDUsageDescription": "This app uses the FaceID feature to login. If faceID fails or if it is not available for any reason, the app will fall back to …
Run Code Online (Sandbox Code Playgroud)

react-native expo

14
推荐指数
2
解决办法
1万
查看次数

标签 统计

expo ×1

react-native ×1