NON906 / HandMR

スマホVR(cardboard)・だんグラ上で、ハンドトラッキングを行うためのUnityアセット
Other
23 stars 1 forks source link

iOS Failed to compile (v 1.1) #5

Closed staticdreams closed 2 years ago

staticdreams commented 2 years ago

Hello,

I'm trying to get the projet to work on iPhone. I'm also using AR Foundation Remote 2.0

In both cases I'm getting an error in Xcode when compiling the application:

  "_multiHandGetGesture", referenced from:
      _HandVRMain_multiHandGetGesture_m6D95AD5C22BB59AE8FFD6A009FCD17F557AA23E2 in Assembly-CSharp.o
      _HandVRMain_GetGestures_m5087DB6F80F3EBB417108461F5A4B30E773F530D in Assembly-CSharp.o
     (maybe you meant: _HandVRMain_multiHandGetGesture_m6D95AD5C22BB59AE8FFD6A009FCD17F557AA23E2)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I tried compiling for iOS 13 et iOS 15. No luck. Any advice?

UPDATE: I'm trying to compile for AR, maybe that is the problem? In this case how to I switch from VR to AR?

NON906 commented 2 years ago

The URL of the iOS plugin was incorrect. I fixed it (0d0af69c5e222e17c512bc5c4de98817437955e3), so please update and execute "Step 5" again.

staticdreams commented 2 years ago

Thanks! Work better now!