keijiro / Rcam2

Remote depth camera with iPad Pro with LiDAR sensor
The Unlicense
383 stars 40 forks source link

Running into Unity Cloud Build errors #13

Closed thePostFuturist closed 1 year ago

thePostFuturist commented 1 year ago

Updated the NDI plugin through the package manager and copied over the Runtime directory, but running into this on Cloud Build:

5512: [2022-12-11T04:25:29.632Z] - 7.2.3.2.4.2 - INFO: ⚠;️ ld: directory not found for option '-L/Library/NDI SDK for Apple/lib/iOS'

5516: [2022-12-11T04:25:29.632Z] - 7.2.3.2.4.2 - INFO: ❌; ld: library not found for -lndi_ios

5524: [2022-12-11T04:25:29.632Z] - 7.2.3.2.4.2 - INFO: ❌; clang: error: linker command failed with exit code 1 (use -v to see invocation)

Not seeing this directory in my local Library if I try to build on Windows either, what am I missing that generates it?

keijiro commented 1 year ago

As noted on README, you have to install the NDI SDK for iOS builds.

keijiro commented 1 year ago

I'm closing this issue as answered. Please reopen it for further problems.