Instabug/Instabug-React-Native

upload_sourcemap.sh: No such file or directory

Harisene opened this issue · 1 comments

Steps to Reproduce the Problem

Update the react-native-instabug version to v12.2.0
Run the Release build
Build fails with the error bash: ../node_modules/instabug-reactnative/ios/upload_sourcemap.sh: No such file or directory

Expected Behavior

Should be built without any error

Actual Behavior

Build fails with the error bash: ../node_modules/instabug-reactnative/ios/upload_sourcemap.sh: No such file or directory

Instabug integration code

SDK Version

12.2.0

React Native, iOS and Android Versions

0.64.2

Device Model

[Optional] Project That Reproduces the Issue

In the project.pbxproj file I had below code. So I manually changed the path to sourcemaps.sh and all works fine now
shellScript = "bash \"../node_modules/instabug-reactnative/ios/upload_sourcemap.sh\"\n";