Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

facebook - "__unityTapticIsSupport" - Xcode Undefined symbols error --- Can't find on internet anywhere

I've been researching this error for days now, and I am not finding any references to this specific error on the internet anywhere. This Xcode build fails after adding the Facebook SDK, and this is the error. (Undefined symbol solutions I've tried - no bitcode, making sure to start in a code workspace, not the project)

Unity 2019.4.16f1 Facebook SDK (tried 7.19, 7.2, 8.11)

Undefined symbols for architecture arm64:
  "__unityTapticIsSupport", referenced from:
      _TapticManager_IsSupport_mADBE6C1751030925D79B930DDB17B1D746603C29 in Assembly-CSharp5.o
      _TapticManager__unityTapticIsSupport_mD9FBB8237C589E9CA90CE31B718C8D8859237DCB in Assembly-CSharp5.o
     (maybe you meant: _TapticManager__unityTapticIsSupport_mD9FBB8237C589E9CA90CE31B718C8D8859237DCB)
  "__unityTapticImpact", referenced from:
      _TapticManager_Impact_m756F7B9F2CEEEF90D0A9EA7EDABAE56E6EA18F2C in Assembly-CSharp5.o
      _TapticManager__unityTapticImpact_m4F8AA189DEFAB5590E8A08680DB6FE07C6682FB3 in Assembly-CSharp5.o
     (maybe you meant: _TapticManager__unityTapticImpact_m4F8AA189DEFAB5590E8A08680DB6FE07C6682FB3)
  "__unityTapticSelection", referenced from:
      _TapticManager_Selection_m52193285DA40B5A88C065CA88214F3FE524F8AA6 in Assembly-CSharp5.o
      _TapticManager__unityTapticSelection_m06C11D6513340D0518D65E8C065777895D1D4CC1 in Assembly-CSharp5.o
     (maybe you meant: _TapticManager__unityTapticSelection_m06C11D6513340D0518D65E8C065777895D1D4CC1)
  "__unityTapticNotification", referenced from:
      _TapticManager_Notification_mAC7242D4C817986B9B2943B730CA4166CFA23969 in Assembly-CSharp5.o
      _TapticManager__unityTapticNotification_m3B907AA8EB1DB3F0EDE84D1130A56E04B9F37109 in Assembly-CSharp5.o
     (maybe you meant: _TapticManager__unityTapticNotification_m3B907AA8EB1DB3F0EDE84D1130A56E04B9F37109)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
question from:https://stackoverflow.com/questions/65542114/unitytapticissupport-xcode-undefined-symbols-error-cant-find-on-inter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...