Error Compiiling at Cloud Build

Hi!

I’ve being trying to make use Cloud Build services to compile a mobile project for iOS without success. The error is the following (copy-paste from the log):
21841: ▸ Linking SuperCasual
21842::x:; Undefined symbols for architecture armv7
21843: > Symbol: _FMOD5_System_GetUserData
21844: > Referenced from: _System_FMOD5_System_GetUserData_m3137485471 in Bulk_Assembly-CSharp-firstpass_1.o
21845: :x:; ld: symbol(s) not found for architecture armv7
21846: :x:; clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am forgetting to configure something? I was successful when building at Cloud Build for Android.
Would someone know what’s the issue?

Many thanks for any help.

Hello Eduardo,

Have you followed the instructions in our documentation on building to iOS?

https://www.fmod.com/resources/documentation-api?page=content/generated/engine_new_unity/ios_plugins.html#/

Thanks,
Richard