rive-app/rive-ios

Build error when trying to use `RiveRenderer`

Opened this issue · 0 comments

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

  • Same error with both Xcode 14.3 and Xcode 15 Beta 6
  • Building for iOS
  • rive-ios 5.1.6

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