View Issue Details

IDProjectCategoryView StatusLast Update
0005221NoesisGUIC++ SDKpublic2026-09-24 17:06
ReporterSimon. Assigned Tojsantos  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version4.0 
Target Version4.0.1 
Summary0005221: 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:

error: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.13, but the range of supported deployment target versions is 12.0 to 27.0.x. (in target 'Noesis' from project 'Noesis')

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.

PlatformmacOS

Activities

jsantos

jsantos

2026-09-24 16:54

manager   ~0012656

Last edited: 2026-09-24 16:54

I’ll have a look at this. Right now, we can’t deprecate OpenGL on macOS because we still have clients using it.

You’re still using OpenGL as well, right? Do you have any plans to move to Metal?

Issue History

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