Using the latest Xcode, Unity 2019.2.17f, latest Advertisement package from Package Manager (3.4.1)
The methods are in the file UnityAdsUtilities.h but for some reason the files referencing them can’t either find NSStringFromIl2CppString or UnityAdsCopyString (referenced in UnityBannerUnityWrapper).
These look like some kind of bug with the latest Advertisement package. I was able to build successfully after commenting out all the lines that use said methods… but well, that’s just a patch for now
We expect to have 3.4.2 out by the end of the month. As far as workarounds, please try switching from a debug build to a release build to see if it can fix the build errors in Xcode.
@dave_oak I was able to build a project using the repro steps from this ticket. If your still seeing an issue, can you please open a ticket with the support team or at the very least start a new thread with as much details as possible to your specific case, and provide a sample project that reproduces the issue if you can? Also make sure that your building a new ios project and not trying to append or update your older project after updating the ads sdk.