Resolving "Xcode issue UnityAds.h file not found" error when building iOS on Unity
I tried this way and it seems to work for me:
Create pod: cd to the generated iOS project, pod init, then add pod UnityAds, follow this https://docs.unity.com/en-us/grow/ads/ios-sdk/install-sdk
target 'Unity-iPhone' do
# Comment the next line if ...
huynq.dev1 min read