rive-app / rive-ios

iOS runtime for Rive
MIT License
496 stars 58 forks source link

Build error when trying to use `RiveRenderer` #270

Open finnvoor opened 1 year ago

finnvoor commented 1 year ago

Description

I have been trying to test out using RiveRenderer to render to a CGContext, but when I add a reference to RiveRenderer anywhere the project no longer builds with the error:

ld: Undefined symbols:
  _OBJC_CLASS_$_RiveRenderer, referenced from:
       in VideoPipeline.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Device & Versions

Here is a sample project reproducing the error: RiveTest.zip