5

I have successfully built an app using Expo EAS build and now I want to retrieve the .dSYM file generated.

Anyone know if it's possible? I couldn't find anything related to that in the Expo AES build docs.

1 Answers1

2

Add the following to eas.json:

"ios": {
  "buildArtifactPaths": "ios/build/*"
}

https://github.com/expo/eas-cli/issues/968#issuecomment-1172794557

brentvatne
  • 7,603
  • 4
  • 38
  • 55