You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to link to the rive-cpp library and I'm linking against the following libraries, which I could find after building through the provided build script at rive-cpp/build.sh
Linker on my project finds all these just fine, but then I get:
Undefined symbols for architecture arm64:
"typeinfo for rive::ContainerComponent", referenced from:
typeinfo for rive::WorldTransformComponentBase in libMy Project.a[36](include_my_rive_wrapper.o)
"typeinfo for rive::Component", referenced from:
typeinfo for rive::ContainerComponentBase in libMy Project.a[36](include_my_rive_wrapper.o)
Am I doing something wrong? Maybe it's worth mentioning I'm also linking against JUCE, which also has a Component class? But it doesn't seem like this is the issue, since I'm not getting duplicates.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to link to the rive-cpp library and I'm linking against the following libraries, which I could find after building through the provided build script at
rive-cpp/build.sh
Linker on my project finds all these just fine, but then I get:
Am I doing something wrong? Maybe it's worth mentioning I'm also linking against JUCE, which also has a Component class? But it doesn't seem like this is the issue, since I'm not getting duplicates.
The text was updated successfully, but these errors were encountered: