TinyDobbins

Results 10 comments of TinyDobbins

I think when users will see the performance growth comparing FossilDelta vs Schema, the voting will be obviously!

oh, I've faced with same issue today on iOS. Each time return only 0 (sys.NETWORK_DISCONNECTED). although both mobile cellular and wi-fi are working.

looks like I got similar issues during building iOS: [log.zip](https://github.com/defold/extender/files/15451985/log.zip) build server `build-stage.defold.com` edito alpha 1.8.1 ![image](https://github.com/defold/extender/assets/20824844/c4bbfcd8-6c87-4248-8132-427f7c0ad5b0) Podfile: ``` platform :ios, '13.0' pod 'YandexMobileAds', '7.0.1' pod 'AppLovinYandexMobileAdsAdapters', '12.3.1.1' pod 'IronSourceYandexMobileAdsAdapters',...

> And that would be done by adding a flags: ["-std=c++11"] to ext.manifest here my result: [log_2.zip](https://github.com/defold/extender/files/15455867/log_2.zip) same `ext.manifest` as @Lerg used.

I've done some tests again on stable version 1.8.1, and still this issue. MacOS Monterey. log with flag `["-std=c++11"]` [log_flag.zip](https://github.com/user-attachments/files/15532942/log_flag.zip) log without this flag: [log.zip](https://github.com/user-attachments/files/15532956/log.zip) attached the repo case: [test_yandex.zip](https://github.com/user-attachments/files/15532638/test_yandex.zip)

Can we run tests already? I saw the task complete. I downloaded the latest alpha: ![image](https://github.com/defold/extender/assets/20824844/7f7325fb-552a-4b38-a12e-2701704bb18c) server build is `build-stage.defold.com` and did 2 tests with flag `["-std=c++11"]` Still need to...

I really hope for a fix for this problem :( here my Podfile with updated version adapters for Yandex 7.2.0: ``` platform :ios, '13.0' pod 'YandexMobileAds', '7.2.0' pod 'AppLovinYandexMobileAdsAdapters', '12.5.0.2'...

maybe I'm doing something wrong, but I'm getting this issue during building iOS: `WARNING: Plist adding value for key 'MinimumOSVersion': '13.0'` simple project repo case: [test_yandex.zip](https://github.com/user-attachments/files/17160841/test_yandex.zip) log file: [log.txt.zip](https://github.com/user-attachments/files/17160844/log.txt.zip) build...

oh, I saw the issue is “closed,” so I thought I'd test it. I use only official `build.defold.com` and `build-stage.defold.com` servers.

@britzl thanks a lot for this fix! for all other users of this extension: it is now possible to use a fresh version YandexMobileAds 7.2.0 ! ``` platform :ios, '13.0'...