You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your workspace.json you need to setup a copyTo rule for your project config. "ios": { "configurations": { "build": { "copyTo": "../../dist/apps/my_app.ipa" } } }
The dist folder should be in line with the Nx dist folder:
dist/apps/<my app>
The text was updated successfully, but these errors were encountered: