Open hberenger opened 2 months ago
@hberenger Just tested with the sample project you attached and noticed it is using Swift. I could reproduce the issue with our swift demo app as well. We will look into it and let you know. Thank you.
cc: @orilentz
Thanks a lot @alvarshahanji!
Fix is released with Ad Review 7.4.3. Please update. Thank you.
Hello @alvarshahanji, I can confirm that compilation is fixed by the latest AdReview version. This issue can be closed. Thanks for the prompt action!
Hi AppLovin team,
Everything is in the issue title: Ad Review seems to break compilation of iOS apps with Xcode 16 beta. We noticed this issue while preparing for the imminent release of Xcode 16.
Environment
AppLovinSDK
12.5.0 and 12.6.1Issue details
To be more precise:
AppLovinSDK
12.5.0 along withAdReview
(AppLovinQualityServicePlugin
)AppLovinSDK
in integrated via SPM, andAdReview
using the ruby configuration file downloaded from AppLovin website, as per the integration guideAppLovinQualityService
build phase (which has been added to the project by the AdReview configuration script)Here is the output of the build phase when the app is built with Xcode 15.4:
On the contrary, this is the error output of the build phase when building with Xcode 16 beta:
(I replaced the actual Derived Data path by
[APP DERIVED DATA PATH]
in the above, along with the true app name)Cleaning everything / deleting derived datas does not fix the problem, neither does reinstalling
AppLovinQualityService
.Steps to reproduce
You can find in attachment a sample Xcode project with which you can easily reproduce the problem:
AppLovinQualityServiceBuildIssue.zip
Do you have an idea about what's happening? Will this be fixed on your side by a new version of AppLovinQualityService ?
Thanks a lot!