Issues with Cocoapods & IronSource

I’m unable to build an app when I use the IronSource plugin due to encountering issues with Cocoapods on my Mac M1.

I tried uninstalling and installing Cocoapods.
I tried running the following on the Xcode build directory:

sudo arch -x86_64 gem install ffi
and then
arch -x86_64 pod install

I tried adding in the Xcode project the new line ‘$(inherited)’ in: Build Settings > Other linker flags.

In the terminal I can see that everything was installed correctly (pod --version) with Cocoapods version: 1.15.2.

Please find the attached screenshots that show the two errors I receive, both in Unity after the build and in Xcode after trying to build but it fails.

IronSource is a Unity plugin, how come this doesn’t work out of the box?
I see many people struggled with this issue, but I couldn’t find a solution that worked for me.

And idea of what should solve this?
Thanks in advance!


9825519--1412523--Screen Shot 2024-05-09 at 2.53.58 PM.png

Did you modify that image to hide something with the word “ronchito” or are those some special whacky UTF-8 characters?

I ask because the characters look very slender.

If they are UTF-8 “special” characters and not really “ronchito” then most likely they’re making some part of your path choke somewhere along the toolchain.

Use ASCII characters, only A to Z and 0 to 9 and if you’re really good, perhaps an underscore, but never a space.

haha just ignore that part…
I hide the real username, and I have neither special characters nor spaces in my username.