# Unity 2.01.07 - Apple Silicon M1 - MacOS 11 Big Sur - Link Error

**URL:** https://qa.fmod.com/t/unity-2-01-07-apple-silicon-m1-macos-11-big-sur-link-error/16835
**Category:** Unity
**Tags:** unity, mac
**Created:** [March 4, 2021, 2:55am UTC](https://qa.fmod.com/t/unity-2-01-07-apple-silicon-m1-macos-11-big-sur-link-error/16835 "2021-03-04T02:55:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lrg\_steven](https://avatars.discourse-cdn.com/v4/letter/l/439d5e/32.png) [@lrg\_steven](https://qa.fmod.com/u/lrg_steven)
#### Post date: [March 4, 2021, 2:55am UTC](https://qa.fmod.com/t/unity-2-01-07-apple-silicon-m1-macos-11-big-sur-link-error/16835/1 "2021-03-04T02:55:35Z")

</div>

Hello, I’m getting a link error when I try to build a Unity project from Xcode for Apple Silicon and didn’t see anything similar on the forum. (Unity 2020.2.6)

```
    Undefined symbols for architecture arm64:
  "_FMOD_Unity_RegisterStaticPlugins", referenced from:
      _Platform_FMOD_Unity_RegisterStaticPlugins_m60DD98D44188F595FE6C6D0BE621435FD6A79A45 in 523EB8170D99AA040099398606BFC1C6.o
     (maybe you meant: _Platform_FMOD_Unity_RegisterStaticPlugins_m60DD98D44188F595FE6C6D0BE621435FD6A79A45)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```

---

<div class="post-metadata">

### Author: ![mathew](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/mathew/32/431_2.png) [@mathew](https://qa.fmod.com/u/mathew)
#### Post date: [March 5, 2021, 2:50am UTC](https://qa.fmod.com/t/unity-2-01-07-apple-silicon-m1-macos-11-big-sur-link-error/16835/2 "2021-03-05T02:50:10Z")

</div>

Thanks for the heads up, we are aware of a few issues with RegisterStaticPlugins across multiple platforms. We have it fixed pending our next release which should be in a couple of weeks. In the mean time you should be able to work around it by commenting out the call to FMOD\_Unity\_RegisterStaticPlugins from LoadStaticPlugins in FMOD\src\Runtime\Platform.cs.

---

<div class="post-metadata">

### Author: ![lrg\_steven](https://avatars.discourse-cdn.com/v4/letter/l/439d5e/32.png) [@lrg\_steven](https://qa.fmod.com/u/lrg_steven)
#### Post date: [March 5, 2021, 6:12am UTC](https://qa.fmod.com/t/unity-2-01-07-apple-silicon-m1-macos-11-big-sur-link-error/16835/3 "2021-03-05T06:12:55Z")

</div>

Thanks! That fixed the link error. Sadly, I can’t test sound yet because I’m being blocked by a crash in another plugin whose vendors are awaiting a fix from Unity 😅
