View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005221 | NoesisGUI | C++ SDK | public | 2026-09-22 21:01 | 2026-09-24 17:06 |
| Reporter | Simon. | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 4.0 | ||||
| Target Version | 4.0.1 | ||||
| Summary | 0005221: Can't build from source on macOS 27 with Xcode 27 | ||||
| Description | We are building NoesisGUI from source and noticed with the update to the newest macOS 27, and with that Xcode 27 we can no longer build Noesis. NSToolkit writes MACOSX_DEPLOYMENT_TARGET = 10.13 into every generated macOS Xcode project. Building that project with Xcode 27 fails immediately:
We tried bumping the target to 12.0 but started getting other errors like OpenGL deprecation warnings, and a compile error regarding a deprecated clipboard API but both could be "fixed" by adding some flags to ignore these errors, and then we could build from source again. | ||||
| Platform | macOS | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-09-22 21:01 | Simon. | New Issue | |
| 2026-09-24 16:51 | jsantos | Assigned To | => jsantos |
| 2026-09-24 16:51 | jsantos | Status | new => assigned |
| 2026-09-24 16:51 | jsantos | Target Version | => 4.0.1 |
| 2026-09-24 16:54 | jsantos | Note Added: 0012656 | |
| 2026-09-24 16:54 | jsantos | Note Edited: 0012656 | |
| 2026-09-24 16:54 | jsantos | Status | assigned => feedback |
| 2026-09-24 17:04 | Simon. | Status | feedback => assigned |