iOSBridge 'IronSource/IronSource.h' file not found

Hello,

I need to implement LevelPlay because Legacy Ads by Unity are not working for me anymore and seems like there is no solution. I implemented everything based on IronSource documentation yet when trying to build for iOS a receive this error:
'IronSource/IronSource.h' file not found
This error comes from iOSBridge.h file from this line:
#import <IronSource/IronSource.h>
Unity version: 2021.3.23f1
Xcode version: 14.3
IronSource version: 7.3.0.1
UnityAds version: 4.3.33.0

Error is pretty self-explanatory yet I still have no idea where to find the file. Did I do anything wrong? Thank you for any solutions.

I was able to figure it out, there was an issue with my pods. I thought pods will be installed automatically but I was wrong. All I needed to do was go into my build directory and install pods:

pod install

Consider this solved, thank you.

@coldenwebdev how do you go to the build directory

also was there anything you need to install beforehand since my terminal doesn’t recognize pod

Build directory is the folder you end up with after running Unity build. If you don’t have pods installed you probably need to install them beforehand