rive-app / rive-ios

iOS runtime for Rive
MIT License
484 stars 55 forks source link

'river/File.hpp' file not found #211

Closed lmcmz closed 2 years ago

lmcmz commented 2 years ago

Description

Got a build error in the example app.

Provide a Repro

  1. Download the repo
  2. Open Rive.xcworkspace from Xcode
  3. Run the example app in the simulator
  4. Error occur

Expected behavior

It should work fine with example app

Screenshots

Screen Shot 2022-06-29 at 12 01 58 am

Device & Versions (please complete the following information)

duncandoit commented 2 years ago

When cloning the repo you must run a script to build Skia before the project will build. From the root project directory run this: ./scripts/configure.sh

OskarGroth commented 1 year ago

This is still happening, and there is no ./scripts/configure.sh.

duncandoit commented 1 year ago

@OskarGroth The script to run has been renamed to ./scripts/build.sh all