Marc Rousavy

Results 1813 comments of Marc Rousavy

Hm I'm not sure if I understand the problem properly. Is there any way for you to separate your SPM part from the Nitro Module? I'm pretty sure it's the...

Oh well I guess then we need to add that to the template - can you create a PR in create-react-native-libray? thanks

> By the way, I'm still facing some compilation issues. I haven't had the time to debug further, but I'm hoping to be able to reproduce it in a controlled...

does this fix anything? https://github.com/mrousavy/nitro/pull/702

nvm I think we **don't** want library evolution. Swift's C++ interop does not seem to support it for types imported from C++, so we need to disable it. It's disabled...

Note, this might be related to https://forums.swift.org/t/error-when-cross-compiling-swift-package-with-cxx-interop-enabled-with-swift-6-2/81330

Hey - I think all of the issues have been fixed now! 1. The `duplicate symbol 'protocol witness for Cxx.CxxPair.first.modify : A.First` has been fixed in https://github.com/mrousavy/nitro/pull/814 2. The `folly/folly-config.h...

where? i need more context. which file? that header is 100% public. maybe you need to do `#include ` instead

> Yea I also checked this in NitroModules, and I noticed that specific header file is included under Project and not Public, which I think should still be exposed Thanks...

Hm. I guess this workflow should be supported - you should be able to import a Nitro Module (and technically also `NitroModules` core) from your app's project. I don't know...