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.