Skip to content
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

Error: EPERM: operation not permitted, lstat #461

Open
3 tasks done
GenGraphic opened this issue Dec 19, 2024 · 6 comments
Open
3 tasks done

Error: EPERM: operation not permitted, lstat #461

GenGraphic opened this issue Dec 19, 2024 · 6 comments

Comments

@GenGraphic
Copy link

GenGraphic commented Dec 19, 2024

Issue

Pre-submission Checklist

  • I have verified that the issue occurs with the latest release and is not marked as a known issue in the CHANGELOG.md.
  • I reviewed the Common Issues and open GitHub issues and verified that this report represents a potentially new issue.
  • I am not sharing any Personally Identifiable Information (PII)
    or sensitive account information (API keys, credentials, etc.) when reporting this issue.

Description

I installed the latest version of the package and followed the android instalation process. Still when trying to buil the app i get this error: "operation not permitted, lstat: F:\JobWork\CRM_Herra\android\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values-el\values-el.xml"
Screenshot 2024-12-19 174506

Reproduction Steps

  1. install the package
  2. Modify the MainActivity.java
  3. Modify the MainApplication.java
  4. Modify the Manifest
  5. Include the package in settings.gradle

Expected Behavior

To Build the app so i can implement the package

Actual Behavior

Thow an Error

Reproduction Frequency

Always

Screenshots

Software and Device Information

Please complete the following information.

  • Device: Pixel 7A
  • OS: Android
  • React version: "18.2.0"
  • React Native version: "0.71.0"
  • Node version: 18.20.5
  • npm version: 10.8.2
@mhuynh5757
Copy link
Collaborator

Hi @GenGraphic what operating system are you working on? Were you able to compile your app on older versions of our SDK, or is this a new project? Are you able to compile a React Native app that does not declare our SDK as a dependency?

@GenGraphic
Copy link
Author

GenGraphic commented Dec 20, 2024

Hey @mhuynh5757. Thanks for the reply. I m on windows now. The project is old, and we tried only the newest version of twilio SDK. I was able to compile the app with no problem before. If i remove the SDK the app can be complied again.
It seems that some files become locked. The file in the path is not always the same.

@mhuynh5757
Copy link
Collaborator

I see, unfortunately the thrown errors seem to be from files not related to our library, I see metro bundler errors in your screenshots.

@mhuynh5757
Copy link
Collaborator

Are you using Expo by any chance?

@GenGraphic
Copy link
Author

We are not using Expo.

@GenGraphic
Copy link
Author

Any idea how we could try to solve this? Any suggestions are appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants