Hello,
I recently added fmod to my project and my builds for iOS started failing with this error:
Undefined symbols for architecture arm64:
"___darwin_check_fd_set_overflow", referenced from:
l8571 in libfmodstudiounityplugin.a(libfmodstudio_iphoneos.a-arm64-master.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I’m running these versions of things:
iPhoneOS13.2.sdk
Xcode 11.2.1
fmod 2.01.07
Unity 2020.1.2f
When searching the issue it seems that upgrading Xcode is a possible fix, but I’d very much like to avoid that if possible because I have other projects building on the same machine and I’d rather not rock that particular boat too much.
Is there any way to fix this?