79538585

Date: 2025-03-27 10:49:34
Score: 1
Natty:
Report link

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 } },

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Waqas Khan Roghani