Build server error: No method or field with name 'env' on line 1

This issue is new and started occurring after the latest update. I am unable to build my projects using the local extender or ‘https://build-stage.defold.com/’. Not sure if this issue is on my side or not?

This is with imgui:

/imgui/ext.manifest
	Job id: job16981354377191901005; traceId: 344ac0e224019376403ee984fca19e81com.samskivert.mustache.MustacheException$Context: No method or field with name 'env' on line 1

other(without NE):

Job id: job7997068083517766794; traceId: 5d9c8a5e0b17e43ca4ae81a0f02e8751com.samskivert.mustache.MustacheException$Context: No method or field with name 'env' on line 1

Build time2025-01-21T08:45:58.658043
Defold channelalpha
Defold editor shafb17b54f06f9a799ae61ea939c7aec55599fffe7
Defold engine shafb17b54f06f9a799ae61ea939c7aec55599fffe7
Defold version1.9.7
GPUApple M2 Pro
GPU Driver2.1 Metal - 89.3
Java version21.0.5+11-LTS
OS archaarch64
OS nameMac OS X
OS version15.2

Correct, there’s an upcoming (XCode) change in the devold/dev branch that isn’t yet supported on our beta/stable servers.

We recommend using the beta for now.

2 Likes

Thank you! It works fine with v1.9.7-beta.
I guess I’ll need to update my local extender with the latest macOS-iOS SDKs?

Yes, extender’s part of the Xcode update merged too, so if you update your local extender and its packages(Xcode + SDKs) it will work

1 Like