If running eas build -p ios --clear-cache is not works for you, follow these steps:
In your app.json, update the ios object by adding "useFrameworks": "static"
Here’s an example:
"ios": { "supportsTablet": true, "bundleIdentifier": "com.bircube.MILKYFY", "useFrameworks": "static", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } },