Closed Lerg closed 7 months ago
Спасибо за Ваше обращение, для разбора создана задача с номером PCODESUP-3161. Мы ознакомимся и вернемся с ответом в течение 2 дней, возможно запросим дополнительную информацию.
Thank you for your message, a task with the number PCODESUP-3161 has been created for analysis. We will get acquainted and return with the answer within 2 days, we may request additional information.
Can you provide a sample of your Podfile
?
@mobile-ads-github Sure, here it is
platform :ios, '13.0'
pod 'YandexMobileAds', '7.0.1'
pod 'YandexMobileAdsMediation', '7.0.1'
Can yoy try specifying the to exact target (not top level definition) with use_frameworks! :linkage => :static setting
?
Something like:
target '<your_target>' do
use_frameworks! :linkage => :static
pod 'YandexMobileAds', '7.0.1'
pod 'YandexMobileAdsMediation', '7.0.1'
end
Turns out it's a problem with the game engine build system.
I've tried the new version today to see if it builds with the Defold game engine. There is progress.
First of all, if I specify in the Podfile just
pod 'YandexMobileAds', '7.0.1'
the project wouldn't compile with an errorBut that error disappears if I also add
pod 'YandexMobileAdsMediation', '7.0.1'
to the Podfile.However there is a new issue during the compilation process about
AMAArrayIterator
: