Hello, we got following error with extender build (this is not a new error and appears sometimes) and usually solved by build restart.
/var/folders/7y/fcxv3b_d4f92wc2z6bwftsd80000gv/T/job14473539456597992085/build/Releaseiphoneos/XCFrameworkIntermediates/IronSourceSDK/IronSource.framework/Headers/LevelPlayInterstitialDelegate.h:13:1: note: 'LevelPlayInterstitialDelegate' has been explicitly marked deprecated here
13 | DEPRECATED_MSG_ATTRIBUTE("Use LPMInterstitialAdDelegate instead.")
| ^
/opt/extender/platformsdk/dev/iPhoneOS26.2.sdk/usr/include/AvailabilityMacros.h:152:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
152 | #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
| ^
upload/ironsource/src/ironsource.mm:8:9: fatal error: 'IronSourceAdQuality.h' file not found
8 | #import <IronSourceAdQuality.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
11 warnings and 1 error generated.
at com.defold.extender.process.ProcessExecutor.execute(ProcessExecutor.java:90)
at com.defold.extender.process.ProcessExecutor.execute(ProcessExecutor.java:29)
at com.defold.extender.process.ProcessExecutor.lambda$executeCommands$0(ProcessExecutor.java:145)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
If I understand correctly, for some reason the file needed for the build is missing, but after simply restarting the build, everything is fine. This error appears from time to time. Any recommendations for localizing the problem would be helpful.
Usually that error reproduced on macos extender instance with latest extender version.
Hello, we got following error with extender build (this is not a new error and appears sometimes) and usually solved by build restart.
If I understand correctly, for some reason the file needed for the build is missing, but after simply restarting the build, everything is fine. This error appears from time to time. Any recommendations for localizing the problem would be helpful.
Usually that error reproduced on macos extender instance with latest extender version.