defold / defold/extender

Build failed but restart solve issue

Open
#989 1 comment 0 reactions 1 assignee Claimed by @ekharkunov View on GitHub
bug ios osx
Dominant language
Java
Stars
64
Forks
23
Avg merge
23h 57m
Merged PRs (30d)
17

Description

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
| ^~~~~~~~~~~~~~~~~~~~~~~
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.