-
Notifications
You must be signed in to change notification settings - Fork 460
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] Error trying to build for iOS #2796
Comments
We can remove the namespace declaration and see if it fixes the build?
Alternatively could you provide us with an example project that would
help us reproduce the build issue?
…On Sat, Dec 7, 2024 at 10:58 PM Relvis Gonzalez ***@***.***> wrote:
I got this error trying to compile for iOS.
image.png (view on web)
—
Reply to this email directly, view it on GitHub or unsubscribe.
You are receiving this email because you are subscribed to this thread.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hello @relez
Thank you |
let me know if you have a way to reproduce the issue. |
I just do I copied the folder inside |
We build paper and fabric iOS project on CI. If you could share a project that would allow us to reproduce the error that would be useful. You also mention copying the node_modules, which version of rn skia was there? |
This is the line I am using in the working project:
|
Can you share a project where I can reproduce the issue? |
Sorry @wcandillon I do not have permission to share the project, but basically what I do is:
|
I got the same error! did anyone find the solution? |
same error on 1.7.0 1.6.0 works |
Same |
I also had this issue Remove the caret "^" This will prevent package managers from automatically updating to newer versions like 1.7.0(which is not working) |
thank you very much! |
upgrading to 1.7.5 solved this issue for me |
indeed we fixed the issue, I forgot to link it to the proper PR. Sorry about that. |
I got this error trying to compile for iOS.
I have tried multiple versions: 1.7.X, 1.6.X, 1.5.X and all of them throws the build error.
The text was updated successfully, but these errors were encountered: