-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS compilation error on Upload Sourcemap using Expo EAS #1313
Comments
same error happens in a bare RN app as well:
This is the upload script inside xcode:
It was working a week ago. RN: 0.73.8 |
@krisidmisso - I'm getting this problem as well. When you say it was working a week ago, what has changed? |
+1 |
I didnt change anything. I even forced using the same version I used when first installed the library. For me the issue was only on the upload script of the DSYM file. It seems the library cannot find the file, or doesnt generate it. Just disabling this script in XCode resolved my issue |
How do you disable the script?
Is anyone from Instabug looking into this issue?
…On Wed, 27 Nov 2024 at 04:27, Krisid Misso ***@***.***> wrote:
It was working a week ago.
@krisidmisso <https://github.com/krisidmisso> - I'm getting this problem
as well. When you say it was working a week ago, what has changed?
I didnt change anything. I even forced using the same version I used when
first installed the library. For me the issue was only on the upload script
of the DSYM file. It seems the library cannot find the file, or doesnt
generate it. Just disabling this script in XCode resolved my issue
—
Reply to this email directly, view it on GitHub
<#1313 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHBSTTQPUOQDQRK6YJERUT2CVC4NAVCNFSM6AAAAABRTRVE3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBSG4ZDKOJZGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Either comment or delete this script: I have reported this issue to Instabug team from my dashboard |
Additional notes: The app runs in debug mode. The error happens only in release mode |
Hi @krisidmisso , Thanks for reporting this issue. to solve this issue you need to
|
@ahmedAlaaInstabug is this relevant for bare RN projects as well? |
Hi @ahmedAlaaInstabug. Thanks for the help! I was having the same issue on a bare RN project. Using that specific snapshot solves the issue for iOS sourcemaps, but it's still failing on Android for me
I've set the Instabug token, and it was working previously |
This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions. |
Not stale |
any update on this? |
Steps to Reproduce the Problem
Run
eas build -p ios --local
to run a distribution build.Expected Behavior
iOS compiles using Expo EAS CLI.
Actual Behavior
Unless we remove instabug-reactnative from the dependencies in package.json, the iOS build fails.
Although the issue we are experiencing is in a monorepo, I have created a minimal example repo including the build logs for both repos. If you search for
Error:
you'll see the error is different between the monorepo and minimal example.Instabug integration code
See repo permalink (Instabug token removed)
SDK Version
13.4.0
React Native, iOS and Android Versions
React Native: 0.74.5
Device Model
N/A
[Optional] Project That Reproduces the Issue
https://github.com/tomhendra/expo-instabug
The text was updated successfully, but these errors were encountered: