HomeiOS Developmentexpo - eas submit ios fails with Asset validation failed The app...

expo – eas submit ios fails with Asset validation failed The app references personal selectors in Payload


I’ve a managed workflow expo app which I’m making an attempt to undergo App Retailer. The construct was profitable however the submission from undertaking listing (can’t use xCode on account of managed workflow) fails with the error ” Asset validation failed The app references personal selectors in Payload/{appName}.app/{appName}: _isKeyDown, _modifiedInput, _modifierFlags

My eas.json seems like this:

 {
  "cli": {
    "model": ">= 3.7.2"
  },
  "construct": {
    "growth": {
      "distribution": "inner",
      "ios": {
        "resourceClass": "m1-medium"
      },
      "developmentClient": true,
      "android": {
        "buildType": "apk",
        "gradleCommand": ":app:assembleRelease"

      }
    },
    "preview": {
      "distribution": "inner",
      "ios": {
        "resourceClass": "m1-medium"
      },
      "developmentClient": true,
      "android": {
        "buildType": "apk",
        "gradleCommand": ":app:assembleRelease"

      }
    },
    "manufacturing": {
      "ios": {
        "resourceClass": "m1-medium"
      },
      "developmentClient": true,
      "android": {
        "buildType": "apk",
        "gradleCommand": ":app:assembleRelease"

      }
    }
  },
  "submit": {
    "manufacturing": {
      "ios": {
        "appleId": "******",
        "ascAppId": "******",
        "appleTeamId": "******",
      }
    }
  }
}

And my app.json like this:

{
  "expo": {
    "identify": "******",
    "slug": "******",
    "model": "1.0.1",
    "orientation": "portrait",
    "icon": "./belongings/icon.png",
    "userInterfaceStyle": "mild",
    "splash": {
      "picture": "./belongings/splash.png",
      "resizeMode": "comprise",
      "backgroundColor": "#ffffff"
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "******",
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./belongings/adaptive-icon.png",
        "backgroundColor": "#ffffff"
      },
      "bundle": "******",
    },
    "net": {
      "favicon": "./belongings/favicon.png"
    },
    "additional": {
      "eas": {
        "projectId": "******",
      }
    },
    "plugins": [
      [
        "expo-image-picker",
        {
          "photosPermission": "The app accesses your videos to let you share them with your friends."
        }
      ]
    ]
  }
}

I’ve no clue as to what goes fallacious right here and sadly all different options referencing this error discuss with xCode settings which will be altered, however once more not an choice right here since I’m utilizing the managed workflow of expo…
Any assist can be a lot appreciated!

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments