Closed hwjeremy closed 10 months ago
Hi everyone,
While attempting to reproduce a behaviour in a minimal project, I found I was unable to build Standalone Example.
The procedure followed:
Result:
Build failure, "Unknown attribute 'Godot'".
Run-StandaloneExample-2023.12.28_14-26-32-+1100.xcresult.zip
Curiously, removing @Godot and re-running allows the project to build and run successfully:
@Godot
Environment:
macOS 14.2 Xcode 15.0.1 Swift version 5.9 Macbook Pro 16 w/ M2 Max
Ah yes, that has some very old hardwired dependencies, updating the sample
Fixed by bumping the referenced versions. thanks for the bug report!~
Hi everyone,
While attempting to reproduce a behaviour in a minimal project, I found I was unable to build Standalone Example.
The procedure followed:
Result:
Build failure, "Unknown attribute 'Godot'".
Run-StandaloneExample-2023.12.28_14-26-32-+1100.xcresult.zip
Curiously, removing
@Godot
and re-running allows the project to build and run successfully:Environment:
macOS 14.2 Xcode 15.0.1 Swift version 5.9 Macbook Pro 16 w/ M2 Max