i started up defold and i can no longer build my game. i updated to beta 1.8.1 since i figured that might make it work but it didn’t.
this is the build error i get when building with the editor
com.defold.extender.ExtenderException: /var/extender/sdk/fd1ad4c17bfdcd890ea7176f2672c35102384419/defoldsdk/extender/build.yml:1: error: Cannot create property=platforms for JavaBean=com.defold.extender.Configuration@76160f92
in 'string', line 1, column 1:
context:
^
Cannot create property=bitcodeStripCmd for JavaBean=com.defold.extender.PlatformConfig@23adad5f
in 'string', line 115, column 5:
env:
^
Unable to find property 'bitcodeStripCmd' on class: com.defold.extender.PlatformConfig
in 'string', line 164, column 25:
bitcodeStripCmd: '{{env.PLATFORMSDK_DIR}}/XcodeDe ...
^
i tried using bob.jar to build my game using this while cd’d in my game java -jar D:\Defold\bob.jar -o build -p x86_64-win32 -v
and i get the same issue
why is this happening and how can i fix it?