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
Currently it appears to not be possible to upload sourcemaps conditionally for iOS.
Maybe the right question is "Why is there different logic for Android and IOS source map upload trigger?"
With Android it is possible via eas-build-on-success hook. Example:
Hi @krisgerhard, we have now added something to our backlog to align approaches across both iOS and Android. We are still working on the specifics as there is some inconsistency in the Expo and RN default approaches to source map generation in different release types. We will post here with updates as we have them.
Currently it appears to not be possible to upload sourcemaps conditionally for iOS.
Maybe the right question is "Why is there different logic for Android and IOS source map upload trigger?"
With Android it is possible via eas-build-on-success hook. Example:
package.json
eas-build-on-success.sh
Due to iOS not using this hook I cannot control the conditions for publishing release & uploading sourcemaps.
Let's harmonize the logic?
The text was updated successfully, but these errors were encountered: