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

[REGRESSION] Integrations gives error for ios,tvos #1636

Closed
Marius456 opened this issue Jul 19, 2024 · 1 comment
Closed

[REGRESSION] Integrations gives error for ios,tvos #1636

Marius456 opened this issue Jul 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Marius456
Copy link
Contributor

Marius456 commented Jul 19, 2024

Describe the bug
When you try to run integration task in app-harness for platform ios or tvos, it gives error 'Error: write EPIPE'
Something to do with Injections based on apple privacy manifest rules. #1636 (comment)
Regression from: #1605

To Reproduce
Steps to reproduce the behavior:

  1. Go to app-harness folder
  2. Run npx rnv starter hello
  3. See an error

Expected behavior
Run it without error.

Screenshots or copy&paste

Image

Desktop (please complete the following information):

  • OS: osx
  • Node Version v18.19.0
  • RNV Version 1.0.0-rc.21
@Marius456 Marius456 added the bug Something isn't working label Jul 19, 2024
@Marius456 Marius456 added this to the 1.0 milestone Jul 19, 2024
@pavjacko pavjacko removed this from the 1.0 milestone Jul 26, 2024
@Marius456 Marius456 self-assigned this Aug 7, 2024
@Marius456 Marius456 added this to the 1.1 milestone Aug 12, 2024
@Marius456
Copy link
Contributor Author

Marius456 commented Aug 13, 2024

Problem occurs in code:
https://github.com/flexn-io/renative/pull/1605/files#diff-48d1026f61b271094e1d6efbf3b5755aaf584ac09fc5336196149095b6066c38R54
By debugging I found that file didn't parsed:
image
image

Commenting out this code removes error.

Update

When I add logError() before parse, it doesn't show error:

Image

I checked if file exist. it shows that it exist but still give error:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants