Undefined symbols for architecture arm64

Hello,
I can’t build my project on CloudBuild anymore. It has been working for months, but stopped working last week.
With “Undefined symbols” problems, you get a line following your error explaining what symbol is missing, which helps to determine what framework is missing, but in my case, I can’t find any clue in the log.
On top of that, I’ve tried to build my project locally (Unity+Xcode on my machine), and it works. I’m using the same Unity and Xcode versions as my UCB project.
Can anyone help with this?

If you look at the full log you should see the symbol it’s referencing:

Ok, I missed that. Thanks a lot, I’ll have a look.

did you guys get this to work? i am having the same issue.

Same problem here - nothing in the logs provides any hint as to which symbols are causing this (The word “Undefined” is not in the log at all)… Unity 2018.2, XCode 9.4… Project builds locally.

I have the same problem, has anyone found a solution?

same